]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
790c7dfee0703b1a098d89ffea546c5f8d55e84f
[lgpl/argeo-commons.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?><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</groupId>
5 <artifactId>argeo-commons</artifactId>
6 <version>2.1.14-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.server.jcr</artifactId>
10 <name>Commons Server JCR</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.argeo.maven.plugins</groupId>
15 <artifactId>maven-argeo-osgi-plugin</artifactId>
16 <configuration>
17 <useDependencies>true</useDependencies>
18 <onlyCheck>true</onlyCheck>
19 <argsToAppend>
20 <arg>-clean</arg>
21 </argsToAppend>
22 <systemProperties>
23 <!-- Make sure that no bundle will be started -->
24 <argeo.osgi.start>XXX</argeo.osgi.start>
25 </systemProperties>
26 </configuration>
27 </plugin>
28 </plugins>
29 </build>
30 <dependencies>
31 <dependency>
32 <groupId>org.argeo.commons</groupId>
33 <artifactId>org.argeo.util</artifactId>
34 <version>2.1.14-SNAPSHOT</version>
35 </dependency>
36
37 <!-- <dependency> -->
38 <!-- <groupId>org.argeo.tp</groupId> -->
39 <!-- <artifactId>argeo-tp</artifactId> -->
40 <!-- <version>${version.argeo-distribution}</version> -->
41 <!-- <type>pom</type> -->
42 <!-- <scope>provided</scope> -->
43 <!-- </dependency> -->
44
45 <!-- JCR -->
46 <!-- <dependency> -->
47 <!-- <groupId>org.argeo.tp</groupId> -->
48 <!-- <artifactId>javax.jcr</artifactId> -->
49 <!-- </dependency> -->
50
51 <!-- <dependency> -->
52 <!-- <groupId>org.argeo.tp</groupId> -->
53 <!-- <artifactId>org.apache.commons.io</artifactId> -->
54 <!-- </dependency> -->
55
56 <!-- Spring -->
57 <!-- <dependency> -->
58 <!-- <groupId>org.argeo.tp</groupId> -->
59 <!-- <artifactId>org.springframework.core</artifactId> -->
60 <!-- <scope>provided</scope> -->
61 <!-- </dependency> -->
62 <!-- <dependency> -->
63 <!-- <groupId>org.argeo.tp</groupId> -->
64 <!-- <artifactId>org.springframework.beans</artifactId> -->
65 <!-- <scope>provided</scope> -->
66 <!-- </dependency> -->
67
68 <!-- OSGi -->
69 <!-- <dependency> -->
70 <!-- <groupId>org.argeo.tp</groupId> -->
71 <!-- <artifactId>org.eclipse.osgi</artifactId> -->
72 <!-- <scope>provided</scope> -->
73 <!-- </dependency> -->
74
75 <!-- Logging -->
76 <!-- <dependency> -->
77 <!-- <groupId>org.argeo.tp</groupId> -->
78 <!-- <artifactId>slf4j.org.apache.commons.logging</artifactId> -->
79 <!-- </dependency> -->
80
81
82 <!-- TEST -->
83 <!-- <dependency> -->
84 <!-- <groupId>org.argeo.tp</groupId> -->
85 <!-- <artifactId>junit</artifactId> -->
86 <!-- <optional>true</optional> -->
87 <!-- </dependency> -->
88 <!-- <dependency> -->
89 <!-- <groupId>org.argeo.commons</groupId> -->
90 <!-- <artifactId>org.argeo.dep.jackrabbit</artifactId> -->
91 <!-- <version>2.1.12-SNAPSHOT</version> -->
92 <!-- <type>pom</type> -->
93 <!-- <scope>test</scope> -->
94 <!-- </dependency> -->
95 <!-- <dependency> -->
96 <!-- <groupId>org.argeo.commons</groupId> -->
97 <!-- <artifactId>org.argeo.dep.log4j</artifactId> -->
98 <!-- <version>2.1.12-SNAPSHOT</version> -->
99 <!-- <type>pom</type> -->
100 <!-- <scope>test</scope> -->
101 <!-- </dependency> -->
102 <!-- <dependency> -->
103 <!-- <groupId>org.argeo.commons</groupId> -->
104 <!-- <artifactId>org.argeo.osgi.boot</artifactId> -->
105 <!-- <version>2.1.12-SNAPSHOT</version> -->
106 <!-- <scope>test</scope> -->
107 <!-- </dependency> -->
108 </dependencies>
109 </project>