]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.simple/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.12.1
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / pom.xml
index 88cac7b610f29b608bba00cb0d43922ce1a4d1d9..dfe02cfef39b21aea9def1a4e13749d9d022f504 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.12.0</version>
+               <version>0.12.1</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
        <name>SLC Support Simple</name>
        <description>Basic implementations of SLC Specifications</description>
        <build>
+               <resources>
+                       <resource>
+                               <directory>src/main/resources</directory>
+                       </resource>
+                       <resource>
+                               <directory>.</directory>
+                               <includes>
+                                       <include>META-INF/**</include>
+                               </includes>
+                       </resource>
+               </resources>
                <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-jar-plugin</artifactId>
-                               <!--
-                                       <executions> <execution> <goals> <goal>test-jar</goal> </goals>
-                                       <configuration> <archive>
-                                       <manifestFile>target/test-classes/META-INF/MANIFEST.MF</manifestFile>
-                                       </archive> </configuration> </execution> </executions>
-                               -->
+                               <configuration>
+                                       <archive>
+                                               <manifestFile>META-INF/MANIFEST.MF</manifestFile>
+                                       </archive>
+                               </configuration>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                <version>${version.maven-bundle-plugin}</version>
                                <configuration>
+                                       <manifestLocation>META-INF</manifestLocation>
                                        <instructions>
                                                <Export-Package>
                                                        org.argeo.slc.*,org.argeo.slc.core.test.spring
@@ -48,7 +59,8 @@
                                                        org.dbunit.database;resolution:="optional",
                                                        org.dbunit.dataset;resolution:="optional",
                                                        org.dbunit.dataset.xml;resolution:="optional",
-                                                       org.dbunit.operation;resolution:="optional"
+                                                       org.dbunit.operation;resolution:="optional",
+                                                       junit.framework;resolution:="optional",
                                                </Import-Package>
                                        </instructions>
                                </configuration>
@@ -68,6 +80,7 @@
                        <artifactId>com.springsource.com.jcraft.jsch</artifactId>
                </dependency>
 
+               <!-- Scheduling -->
                <dependency>
                        <groupId>com.opensymphony.quartz</groupId>
                        <artifactId>com.springsource.org.quartz</artifactId>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.context.support</artifactId>
                </dependency>
+
+               <!-- Mail -->
+               <dependency>
+                       <groupId>javax.mail</groupId>
+                       <artifactId>com.springsource.javax.mail</artifactId>
+               </dependency>
+
+               <!-- SVN -->
+               <dependency>
+                       <groupId>com.svnkit</groupId>
+                       <artifactId>com.springsource.org.tmatesoft.svn</artifactId>
+               </dependency>
+
+               <!-- TODO: check if necessary here -->
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.transaction</artifactId>