]> git.argeo.org Git - lgpl/argeo-commons.git/blob - security/modules/org.argeo.security.webapp/pom.xml
[maven-release-plugin] prepare release argeo-commons-2.1.2.tp
[lgpl/argeo-commons.git] / security / modules / org.argeo.security.webapp / 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.security</groupId>
5 <version>2.1.2.tp</version>
6 <artifactId>modules</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.security.webapp</artifactId>
10 <name>Commons Security Webapp</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.felix</groupId>
15 <artifactId>maven-bundle-plugin</artifactId>
16 <configuration>
17 <instructions>
18 <Web-ContextPath>org.argeo.security.webapp</Web-ContextPath>
19 <Import-Package>
20 *,
21 javax.servlet,
22 javax.servlet.http,
23 javax.servlet.resources,
24 org.argeo.security,
25 org.argeo.security.mvc,
26 org.argeo.server.json,
27 org.argeo.server.mvc,
28 org.springframework.ldap.core.support,
29 org.springframework.osgi.web.context.support,
30 org.springframework.security,
31 org.springframework.security.config,
32 org.springframework.security.ui,
33 org.springframework.security.ui.rememberme,
34 org.springframework.security.ui.webapp,
35 org.springframework.security.userdetails,
36 org.springframework.web.context,
37 org.springframework.web.context.support,
38 org.springframework.web.filter,
39 org.springframework.web.servlet
40 </Import-Package>
41 </instructions>
42 </configuration>
43 </plugin>
44 </plugins>
45 </build>
46 </project>