]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.13.0
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / pom.xml
index 9ef19776dc210f05f633726fac80d7ede75c350b..69b96a86b76e4c67e9a6f728bc075d5aeed818a6 100644 (file)
@@ -1,40 +1,18 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.11.4-SNAPSHOT</version>
+               <version>0.13.0</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.core</artifactId>
-       <name>Argeo SLC Core</name>
+       <name>SLC Core</name>
        <description>Basic implementations of SLC Specifications</description>
        <build>
+               <outputDirectory>bin</outputDirectory>
                <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-source-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                       </plugin>
-                       <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>
-                               -->
-                       </plugin>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                                        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",
+                                                       org.springframework.context.support;resolution:=optional
                                                </Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>
-
                </plugins>
        </build>
        <dependencies>
                        <artifactId>org.argeo.dep.osgi.commons.exec</artifactId>
                </dependency>
 
-               <!--
-                       <dependency> <groupId>org.apache.commons</groupId>
-                       <artifactId>com.springsource.org.apache.commons.logging</artifactId>
-                       </dependency> <dependency> <groupId>org.apache.log4j</groupId>
-                       <artifactId>com.springsource.org.apache.log4j</artifactId>
-                       </dependency>
-               -->
                <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
                        <artifactId>com.springsource.net.sf.cglib</artifactId>
                </dependency>
 
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>com.springsource.org.apache.commons.codec</artifactId>
+               </dependency>
+
                <!-- Test -->
                <dependency>
                        <groupId>org.junit</groupId>