]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/modules/org.argeo.server.ads.server/pom.xml
[maven-release-plugin] prepare release argeo-commons-2.1.1.tp
[lgpl/argeo-commons.git] / server / modules / org.argeo.server.ads.server / pom.xml
1 <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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons.server</groupId>
5 <version>2.1.1.tp</version>
6 <artifactId>modules</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.server.ads.server</artifactId>
10 <name>Commons Server Default ADS LDAP Server</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.felix</groupId>
15 <artifactId>maven-bundle-plugin</artifactId>
16 <configuration>
17 <instructions>
18 <!-- Import-Package needs to be specified explicitly since BND doesn't
19 deal with custom Spring-Context instructions -->
20 <Spring-Context>META-INF/spring/*.xml;create-asynchronously:=false</Spring-Context>
21 <Import-Package>
22 *,
23 javax.naming.directory,
24 jdbm,
25 org.apache.directory.server.configuration,
26 org.apache.directory.server.core.authn,
27 org.apache.directory.server.core.authz,
28 org.apache.directory.server.core.collective,
29 org.apache.directory.server.core.configuration,
30 org.apache.directory.server.core.event,
31 org.apache.directory.server.core.exception,
32 org.apache.directory.server.core.normalization,
33 org.apache.directory.server.core.operational,
34 org.apache.directory.server.core.partition.impl.btree,
35 org.apache.directory.server.core.referral,
36 org.apache.directory.server.core.schema,
37 org.apache.directory.server.core.schema.bootstrap,
38 org.apache.directory.server.core.subtree,
39 org.apache.directory.server.jndi,
40 org.apache.directory.server.ldap.support.extended,
41 org.apache.directory.shared.asn1.codec,
42 org.argeo.server.ads,
43 org.springframework.beans.factory.config
44 </Import-Package>
45 </instructions>
46 </configuration>
47 </plugin>
48 </plugins>
49 </build>
50 </project>