]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/modules/org.argeo.server.ads.server/pom.xml
[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / server / modules / org.argeo.server.ads.server / pom.xml
index 7b4d92331a2cd3c3501c67ae6b992e1eaf91234d..0217736b404c641660fed93b4e0b44bb2daae7c3 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.server</groupId>
-               <version>0.3.5-SNAPSHOT</version>
+               <version>2.1.12-SNAPSHOT</version>
                <artifactId>modules</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -15,6 +15,9 @@
                                <artifactId>maven-bundle-plugin</artifactId>
                                <configuration>
                                        <instructions>
+                                               <!-- 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.naming.directory,
@@ -36,6 +39,8 @@
                                                        org.apache.directory.server.jndi,
                                                        org.apache.directory.server.ldap.support.extended,
                                                        org.apache.directory.shared.asn1.codec,
+                                                       org.argeo.server.ads,
+                                                       org.springframework.beans.factory.config
                                                </Import-Package>
                                        </instructions>
                                </configuration>