]> git.argeo.org Git - lgpl/argeo-commons.git/blob - sandbox/runtime/org.argeo.sandbox.jackrabbit/pom.xml
Add update user self service
[lgpl/argeo-commons.git] / sandbox / runtime / org.argeo.sandbox.jackrabbit / 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.sandbox</groupId>
6 <version>0.1.2-SNAPSHOT</version>
7 <artifactId>runtime</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.sandbox.jackrabbit</artifactId>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.argeo.maven.plugins</groupId>
15 <artifactId>maven-argeo-osgi-plugin</artifactId>
16 <version>${version.maven-argeo-osgi}</version>
17 <extensions>true</extensions>
18 <configuration>
19 <bundlesPomArtifactId>org.argeo.server.demo</bundlesPomArtifactId>
20 <execDir>target/exec</execDir>
21 <osgiBootArtifactId>org.argeo.osgi.boot</osgiBootArtifactId>
22 <argsToAppend>
23 <arg>-clean</arg>
24 </argsToAppend>
25 <systemProperties>
26 <argeo.osgi.start>
27 org.argeo.dep.osgi.jackrabbit,
28 org.springframework.osgi.extender,
29 org.springframework.osgi.web.extender,
30 org.argeo.dep.osgi.catalina.start,
31 org.argeo.server.jackrabbit.webdav,
32 org.argeo.server.jackrabbit.repo
33 </argeo.osgi.start>
34 <argeo.osgi.bundles>
35 ${basedir}/../../../server/modules;in=*;ex=pom.xml;ex=target;ex=.*,
36 ${basedir}/../../../server/demo;in=*;ex=pom.xml;ex=target;ex=.*,
37 ${basedir}/../../../server/runtime;in=*/target/classes,
38 </argeo.osgi.bundles>
39 </systemProperties>
40 </configuration>
41 </plugin>
42 </plugins>
43 </build>
44 <dependencies>
45 <dependency>
46 <groupId>org.argeo.commons.server</groupId>
47 <artifactId>org.argeo.server.jackrabbit</artifactId>
48 <version>0.1.2-SNAPSHOT</version>
49 </dependency>
50 <dependency>
51 <groupId>org.argeo.commons.server</groupId>
52 <artifactId>org.argeo.server.dep.jackrabbit.server</artifactId>
53 <version>0.1.2-SNAPSHOT</version>
54 <type>pom</type>
55 </dependency>
56 <dependency>
57 <groupId>org.argeo.commons.basic</groupId>
58 <artifactId>org.argeo.basic.dep.log4j</artifactId>
59 <version>0.1.2-SNAPSHOT</version>
60 <type>pom</type>
61 </dependency>
62 <dependency>
63 <groupId>org.apache.derby</groupId>
64 <artifactId>com.springsource.org.apache.derby</artifactId>
65 </dependency>
66
67 <!-- TEST -->
68 <dependency>
69 <groupId>org.argeo.commons.osgi</groupId>
70 <artifactId>org.argeo.osgi.boot</artifactId>
71 <version>0.1.2-SNAPSHOT</version>
72 <scope>test</scope>
73 </dependency>
74 <!-- Commons Dep -->
75 <dependency>
76 <groupId>org.argeo.commons.server</groupId>
77 <artifactId>org.argeo.server.dep.tomcat</artifactId>
78 <version>0.1.2-SNAPSHOT</version>
79 <type>pom</type>
80 </dependency>
81 <!-- Spring -->
82 <dependency>
83 <groupId>org.springframework.osgi</groupId>
84 <artifactId>org.springframework.osgi.extender</artifactId>
85 </dependency>
86
87 <!-- -->
88 <dependency>
89 <groupId>org.springframework.osgi</groupId>
90 <artifactId>org.springframework.osgi.web.extender</artifactId>
91 </dependency>
92
93 <dependency>
94 <groupId>org.apache.xerces</groupId>
95 <artifactId>com.springsource.org.apache.xerces</artifactId>
96 </dependency>
97 </dependencies>
98 </project>