]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
ee05364971bfea34b22e10629cde8912844ae51e
[lgpl/argeo-commons.git] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons.server</groupId>
6 <version>0.3.4-SNAPSHOT</version>
7 <artifactId>modules</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.server.rap.webapp</artifactId>
11 <name>Commons Server RAP Webapp</name>
12 <description>Integrates into OSGi HTTP registry</description>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.felix</groupId>
17 <artifactId>maven-bundle-plugin</artifactId>
18 <configuration>
19 <instructions>
20 <Web-ContextPath>org.argeo.rap.webapp</Web-ContextPath>
21 <Import-Package>
22 *,
23 org.eclipse.equinox.http.servlet,
24 org.springframework.osgi.web.context.support,
25 org.springframework.security,
26 org.springframework.security.ui.webapp,
27 org.springframework.web.context,
28 org.springframework.web.filter,
29 org.springframework.web.servlet,
30 org.springframework.web.servlet.handler,
31 org.springframework.web.servlet.mvc
32 </Import-Package>
33 </instructions>
34 </configuration>
35 </plugin>
36 </plugins>
37 </build>
38 </project>