]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.maven/pom.xml
Restructure SLC development environment
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.maven / pom.xml
index d4fb72b92226c06d99fa45815211ddc57e398e50..c41846e272340580df9b2b2b9b09ba99df949a3f 100644 (file)
        <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>
@@ -38,8 +21,8 @@
                                                <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>
+                                               <Import-Package>*,org.codehaus.plexus;resolution:="optional"</Import-Package>
+                                               <!-- <Fragment-Host>org.argeo.dep.osgi.maven.embedder</Fragment-Host> -->
                                        </instructions>
                                </configuration>
                        </plugin>