Load JCR CND files with OSGi bundle context
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.dao.os / pom.xml
index e19515a1fa7083c2db92150655900ca3cf515768..6964e0940f7486d0a895daea7a27eb9e47b5862d 100644 (file)
@@ -9,4 +9,20 @@
        </parent>
        <artifactId>org.argeo.security.dao.os</artifactId>
        <name>Commons Security DAO OS</name>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <configuration>
+                                       <instructions>
+                                               <Import-Package>
+                                                       *,
+                                                       org.argeo.jcr,
+                                               </Import-Package>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
 </project>
\ No newline at end of file