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