]> git.argeo.org Git - lgpl/argeo-commons.git/blob - eclipse/plugins/org.argeo.jcr.ui.explorer/pom.xml
Extend Spring DM web extender in order to fix issue when undeploying
[lgpl/argeo-commons.git] / eclipse / plugins / org.argeo.jcr.ui.explorer / 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.eclipse</groupId>
6 <version>0.2.3-SNAPSHOT</version>
7 <artifactId>plugins</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.jcr.ui.explorer</artifactId>
11 <name>Commons JCR Explorer</name>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.argeo.maven.plugins</groupId>
16 <artifactId>maven-argeo-osgi-plugin</artifactId>
17 <executions>
18 <execution>
19 <id>resolve-pde-sources</id>
20 <goals>
21 <goal>pde-sources</goal>
22 </goals>
23 <phase>generate-resources</phase>
24 </execution>
25 <execution>
26 <id>generate-descriptors</id>
27 <goals>
28 <goal>descriptors</goal>
29 </goals>
30 <phase>generate-resources</phase>
31 </execution>
32 <execution>
33 <id>check-osgi</id>
34 <phase>test</phase>
35 <goals>
36 <goal>equinox</goal>
37 </goals>
38 <configuration>
39 <onlyCheck>true</onlyCheck>
40 <argsToAppend>
41 <arg>-clean</arg>
42 </argsToAppend>
43 </configuration>
44 </execution>
45 </executions>
46 </plugin>
47 </plugins>
48 </build>
49 <dependencies>
50 <dependency>
51 <groupId>org.argeo.commons.eclipse</groupId>
52 <artifactId>org.argeo.eclipse.ui.jcr</artifactId>
53 <version>0.2.3-SNAPSHOT</version>
54 </dependency>
55
56 <!-- RCP only dependency, needed at compile time -->
57 <dependency>
58 <groupId>org.argeo.commons.eclipse</groupId>
59 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
60 <version>0.2.3-SNAPSHOT</version>
61 <scope>provided</scope>
62 </dependency>
63
64
65 <!-- Testing and target platform -->
66 <dependency>
67 <groupId>org.argeo.commons.osgi</groupId>
68 <artifactId>org.argeo.osgi.boot</artifactId>
69 <version>0.2.3-SNAPSHOT</version>
70 <scope>test</scope>
71 </dependency>
72 <dependency>
73 <groupId>org.argeo.commons.server</groupId>
74 <artifactId>org.argeo.server.dep.javax</artifactId>
75 <version>${version.argeo-commons}</version>
76 <type>pom</type>
77 <scope>test</scope>
78 </dependency>
79 <dependency>
80 <groupId>org.apache.xmlcommons</groupId>
81 <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
82 <scope>test</scope>
83 </dependency>
84 <!-- LDAP server and security services -->
85 <dependency>
86 <groupId>org.argeo.commons.security</groupId>
87 <artifactId>org.argeo.security.dep.ads</artifactId>
88 <version>${version.argeo-commons}</version>
89 <type>pom</type>
90 <scope>test</scope>
91 </dependency>
92 <dependency>
93 <groupId>org.argeo.commons.security</groupId>
94 <artifactId>org.argeo.security.ui.application</artifactId>
95 <version>${version.argeo-commons}</version>
96 <scope>test</scope>
97 </dependency>
98 <!-- Tomcat -->
99 <dependency>
100 <groupId>org.argeo.commons.server</groupId>
101 <artifactId>org.argeo.server.dep.tomcat</artifactId>
102 <version>${version.argeo-commons}</version>
103 <type>pom</type>
104 <scope>test</scope>
105 </dependency>
106 <dependency>
107 <groupId>org.springframework.osgi</groupId>
108 <artifactId>org.springframework.osgi.web.extender</artifactId>
109 </dependency>
110 <dependency>
111 <groupId>org.springframework.osgi</groupId>
112 <artifactId>org.springframework.osgi.web</artifactId>
113 </dependency>
114 <!-- Jackrabbit -->
115 <dependency>
116 <groupId>org.argeo.commons.server</groupId>
117 <artifactId>org.argeo.server.jackrabbit</artifactId>
118 <version>${version.argeo-commons}</version>
119 <scope>test</scope>
120 </dependency>
121 <dependency>
122 <groupId>org.argeo.commons.server</groupId>
123 <artifactId>org.argeo.server.jcr.mvc</artifactId>
124 <version>${version.argeo-commons}</version>
125 <scope>test</scope>
126 </dependency>
127 <dependency>
128 <groupId>org.argeo.commons.server</groupId>
129 <artifactId>org.argeo.server.dep.jackrabbit.server</artifactId>
130 <version>${version.argeo-commons}</version>
131 <type>pom</type>
132 <scope>test</scope>
133 </dependency>
134 <dependency>
135 <groupId>org.argeo.commons.server</groupId>
136 <artifactId>org.argeo.jackrabbit.webapp</artifactId>
137 <version>${version.argeo-commons}</version>
138 <scope>test</scope>
139 </dependency>
140 <dependency>
141 <groupId>org.argeo.commons.server</groupId>
142 <artifactId>org.argeo.node.repo.jackrabbit</artifactId>
143 <version>${version.argeo-commons}</version>
144 <scope>test</scope>
145 </dependency>
146 <dependency>
147 <groupId>com.h2database</groupId>
148 <artifactId>com.springsource.org.h2</artifactId>
149 <scope>test</scope>
150 </dependency>
151 <dependency>
152 <groupId>com.mysql.jdbc</groupId>
153 <artifactId>com.springsource.com.mysql.jdbc</artifactId>
154 <scope>test</scope>
155 </dependency>
156 <dependency>
157 <groupId>org.postgresql</groupId>
158 <artifactId>com.springsource.org.postgresql.jdbc3</artifactId>
159 <scope>test</scope>
160 </dependency>
161 </dependencies>
162 </project>