]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/modules/org.argeo.jackrabbit.webapp/pom.xml
f189258df30fb58a465b4e4691681c0d438801b6
[lgpl/argeo-commons.git] / server / modules / org.argeo.jackrabbit.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.server</groupId>
5 <version>2.1.1.tp-SNAPSHOT</version>
6 <artifactId>modules</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.jackrabbit.webapp</artifactId>
10 <name>Commons Server Jackrabbit Webapp</name>
11 <description>JCR remoting, WebDav</description>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.apache.felix</groupId>
16 <artifactId>maven-bundle-plugin</artifactId>
17 <configuration>
18 <instructions>
19 <Web-ContextPath>data</Web-ContextPath>
20 <!-- Import-Package needs to be specified explicitly since BND doesn't
21 scane WEB-INF -->
22 <Import-Package>
23 *,
24 javax.jcr,
25 javax.servlet,
26 javax.servlet.http,
27 javax.servlet.resources,
28 org.aopalliance.aop,
29 org.argeo.jackrabbit.remote,
30 org.argeo.jcr,
31 org.argeo.jcr.mvc,
32 org.springframework.aop,
33 org.springframework.aop.framework,
34 org.springframework.aop.scope,
35 org.springframework.beans.factory.config,
36 org.springframework.osgi.web.context.support,
37 org.springframework.security,
38 org.springframework.security.providers.anonymous,
39 org.springframework.security.ui,
40 org.springframework.security.ui.webapp,
41 org.springframework.security.ui.preauth.x509,
42 org.springframework.security.userdetails,
43 org.springframework.web.context,
44 org.springframework.web.filter,
45 org.springframework.web.servlet,
46 org.springframework.web.servlet.handler,
47 org.springframework.web.servlet.view,
48 org.springframework.security.util,
49 org.springframework.security.context,
50 org.springframework.security.ui.basicauth,
51 org.springframework.security.intercept.web,
52 org.springframework.security.vote,
53 org.springframework.security.ui.logout,
54 org.apache.jackrabbit.server,
55 </Import-Package>
56 </instructions>
57 </configuration>
58 </plugin>
59 </plugins>
60 </build>
61 </project>