New project conventions
[lgpl/argeo-commons.git] / org.argeo.security.jackrabbit / pom.xml
index a18c453dddc6b3f98fe6dfbdd327546985e23766..d615194b8a5f9a7cb3f5a45b247cb1959701ed6e 100644 (file)
        </parent>
        <artifactId>org.argeo.security.jackrabbit</artifactId>
        <name>Commons Security Jackrabbit</name>
-       <build>
-               <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-jar-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-
-                               <configuration>
-                                       <instructions>
-                                               <Fragment-Host>org.apache.jackrabbit</Fragment-Host>
-                                               <Export-Package>org.argeo.security.jackrabbit.*</Export-Package>
-                                               <Import-Package>
-                                                       org.springframework.core,
-                                                       org.argeo.jcr,
-                                                       *</Import-Package>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.commons</groupId>