Minimize Maven Bundle Plugin references
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.dao.jackrabbit / pom.xml
index 1d125a17db721843b308c1aeef3f80322adbd151..50c61a5c01e8cbb5a433dc26555218549971370d 100644 (file)
@@ -1,4 +1,5 @@
-<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.commons.security</groupId>
@@ -8,4 +9,12 @@
        </parent>
        <artifactId>org.argeo.security.dao.jackrabbit</artifactId>
        <name>Commons Security DAO Jackrabbit</name>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                       </plugin>
+               </plugins>
+       </build>
 </project>
\ No newline at end of file