]> 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 145e17246f3ef21818b86bd3ef10df12bf52c94d..3af8b2ad4e01d1d4a4a277fb4422da1ba8e5ef8c 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.12.0</version>
+               <version>0.13.0</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
        <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.maven.*
                                                </Export-Package>
-                                               <Import-Package>*,org.codehaus.plexus</Import-Package>
-                                               <Fragment-Host>org.argeo.dep.osgi.maven.embedder</Fragment-Host>
                                        </instructions>
                                </configuration>
                        </plugin>
@@ -82,5 +64,9 @@
                        <artifactId>commons-logging</artifactId> </exclusion> </exclusions>
                        </dependency>
                -->
+               <dependency>
+                       <groupId>org.argeo.dep.osgi</groupId>
+                       <artifactId>org.argeo.dep.osgi.maven.embedder</artifactId>
+               </dependency>
        </dependencies>
 </project>