]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.maven/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.13.0
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.maven / pom.xml
index 7f780119620fe48b65b3d80d26316715bc5b54e0..3af8b2ad4e01d1d4a4a277fb4422da1ba8e5ef8c 100644 (file)
@@ -2,41 +2,25 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
-               <artifactId>argeo-slc</artifactId>
-               <version>0.11.3-SNAPSHOT</version>
-               <relativePath>../../org.argeo.slc</relativePath>
+               <artifactId>runtime</artifactId>
+               <version>0.13.0</version>
+               <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
-       <artifactId>org.argeo.slc.support.ant</artifactId>
+       <artifactId>org.argeo.slc.support.maven</artifactId>
        <packaging>jar</packaging>
-       <name>Argeo SLC Support Ant</name>
+       <name>SLC Support Maven</name>
        <build>
                <plugins>
-                       <!-- Look to parent pom for inheritances -->
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-jar-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.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
+                                               <Fragment-Host>org.argeo.dep.osgi.maven.embedder</Fragment-Host>
                                                <Export-Package>
-                                                       org.argeo.slc.ant.*
+                                                       org.argeo.slc.maven.*
                                                </Export-Package>
                                        </instructions>
                                </configuration>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.support.simple</artifactId>
+                       <artifactId>org.argeo.slc.specs</artifactId>
                </dependency>
 
                <dependency>
-                       <groupId>org.argeo.dep.osgi</groupId>
-                       <artifactId>org.argeo.dep.osgi.ant</artifactId>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.beans</artifactId>
                </dependency>
 
+               <!--
+                       <dependency> <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.support.ant</artifactId> </dependency>
+                       <dependency> <groupId>org.argeo.dep.osgi</groupId>
+                       <artifactId>org.argeo.dep.osgi.maven.embedder</artifactId>
+                       <version>2.0.4.argeo.1-SNAPSHOT</version> </dependency>
+               -->
+
                <dependency>
                        <groupId>org.apache.commons</groupId>
-                       <artifactId>com.springsource.org.apache.commons.net</artifactId>
+                       <artifactId>com.springsource.org.apache.commons.io</artifactId>
                </dependency>
+
                <dependency>
-                       <groupId>org.apache.oro</groupId>
-                       <artifactId>com.springsource.org.apache.oro</artifactId>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
                </dependency>
 
+               <!--
+                       <dependency> <groupId>org.apache.maven</groupId>
+                       <artifactId>maven-embedder</artifactId> <version>2.0.4</version>
+                       <optional>true</optional> <exclusions> <exclusion>
+                       <groupId>commons-logging</groupId>
+                       <artifactId>commons-logging</artifactId> </exclusion> </exclusions>
+                       </dependency>
+               -->
                <dependency>
-                       <groupId>org.apache.bsf</groupId>
-                       <artifactId>com.springsource.org.apache.bsf</artifactId>
+                       <groupId>org.argeo.dep.osgi</groupId>
+                       <artifactId>org.argeo.dep.osgi.maven.embedder</artifactId>
                </dependency>
        </dependencies>
-</project>
\ No newline at end of file
+</project>