]> git.argeo.org Git - lgpl/argeo-commons.git/blob - sandbox/runtime/org.argeo.sandbox.jackrabbit/pom.xml
Introduce JcrResource adapter
[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.webapp,
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 </argeo.osgi.bundles>
38 </systemProperties>
39 </configuration>
40 </plugin>
41 </plugins>
42 </build>
43 <dependencies>
44 <dependency>
45 <groupId>org.argeo.commons.server</groupId>
46 <artifactId>org.argeo.server.jackrabbit</artifactId>
47 <version>0.1.2-SNAPSHOT</version>
48 </dependency>
49 <dependency>
50 <groupId>org.argeo.commons.server</groupId>
51 <artifactId>org.argeo.server.dep.jackrabbit.server</artifactId>
52 <version>0.1.2-SNAPSHOT</version>
53 <type>pom</type>
54 </dependency>
55 <dependency>
56 <groupId>org.argeo.commons.basic</groupId>
57 <artifactId>org.argeo.basic.dep.log4j</artifactId>
58 <version>0.1.2-SNAPSHOT</version>
59 <type>pom</type>
60 </dependency>
61 <dependency>
62 <groupId>org.apache.derby</groupId>
63 <artifactId>com.springsource.org.apache.derby</artifactId>
64 </dependency>
65
66 <!-- TEST -->
67 <dependency>
68 <groupId>org.argeo.commons.osgi</groupId>
69 <artifactId>org.argeo.osgi.boot</artifactId>
70 <version>0.1.2-SNAPSHOT</version>
71 <scope>test</scope>
72 </dependency>
73 <!-- Commons Dep -->
74 <dependency>
75 <groupId>org.argeo.commons.server</groupId>
76 <artifactId>org.argeo.server.dep.tomcat</artifactId>
77 <version>0.1.2-SNAPSHOT</version>
78 <type>pom</type>
79 </dependency>
80 <!-- Spring -->
81 <dependency>
82 <groupId>org.springframework.osgi</groupId>
83 <artifactId>org.springframework.osgi.extender</artifactId>
84 </dependency>
85
86 <!-- -->
87 <dependency>
88 <groupId>org.springframework.osgi</groupId>
89 <artifactId>org.springframework.osgi.web.extender</artifactId>
90 </dependency>
91
92 <dependency>
93 <groupId>org.apache.xerces</groupId>
94 <artifactId>com.springsource.org.apache.xerces</artifactId>
95 </dependency>
96 </dependencies>
97 </project>