]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/modules/org.argeo.node.repofactory.jackrabbit/pom.xml
Move to the root the bundles which will be part of v1.4 and v2.2
[lgpl/argeo-commons.git] / server / modules / org.argeo.node.repofactory.jackrabbit / pom.xml
index fc80967ef4375b28ec1d56acf459cd3fca772727..42e02edacacfc79fa59ef82386642f5e9488dc14 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.server</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                <configuration>
                                        <instructions>
+                                               <Bundle-SymbolicName>${project.artifactId};singleton:=true</Bundle-SymbolicName>
+                                               <!-- Import-Package needs to be specified explicitly since BND doesn't 
+                                                       deal with custom Spring-Context instructions -->
+                                               <Spring-Context>META-INF/spring/*.xml;create-asynchronously:=false</Spring-Context>
                                                <Import-Package>
                                                        *,
+                                                       javax.jcr,
+                                                       org.argeo.jackrabbit,
                                                </Import-Package>
                                        </instructions>
                                </configuration>