]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/org.argeo.dep.cms.node/pom.xml
Remove unused configurations in build.properties
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms.node / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <parent>
7 <groupId>org.argeo.commons</groupId>
8 <version>2.3-SNAPSHOT</version>
9 <artifactId>dep</artifactId>
10 <relativePath>..</relativePath>
11 </parent>
12 <artifactId>org.argeo.dep.cms.node</artifactId>
13 <name>CMS Node</name>
14
15 <dependencies>
16
17 <!-- Parent dependencies -->
18 <dependency>
19 <groupId>org.argeo.commons</groupId>
20 <artifactId>org.argeo.dep.cms.minimal</artifactId>
21 <version>2.3-SNAPSHOT</version>
22 <type>pom</type>
23 </dependency>
24
25 <!-- Argeo Commons -->
26 <dependency>
27 <groupId>org.argeo.commons</groupId>
28 <artifactId>org.argeo.cms.jcr</artifactId>
29 <version>2.3-SNAPSHOT</version>
30 </dependency>
31 <!-- <dependency> -->
32 <!-- <groupId>org.argeo.commons</groupId> -->
33 <!-- <artifactId>org.argeo.maintenance</artifactId> -->
34 <!-- <version>2.3-SNAPSHOT</version> -->
35 <!-- </dependency> -->
36
37 <!-- CMS Dependencies -->
38 <!-- <dependency> -->
39 <!-- <groupId>org.argeo.tp.misc</groupId> -->
40 <!-- <artifactId>bitronix.tm</artifactId> -->
41 <!-- </dependency> -->
42 <!-- <dependency> -->
43 <!-- <groupId>org.argeo.tp.misc</groupId> -->
44 <!-- <artifactId>org.joda.time</artifactId> -->
45 <!-- </dependency> -->
46
47 <!-- Apache Commons -->
48 <dependency>
49 <groupId>org.argeo.tp.apache.commons</groupId>
50 <artifactId>org.apache.commons.dbcp</artifactId>
51 </dependency>
52 <dependency>
53 <groupId>org.argeo.tp.apache.commons</groupId>
54 <artifactId>org.apache.commons.pool</artifactId>
55 </dependency>
56
57 <!-- Javax -->
58 <dependency>
59 <groupId>org.argeo.tp.javax</groupId>
60 <artifactId>javax.jcr</artifactId>
61 </dependency>
62 <dependency>
63 <groupId>org.argeo.tp.javax</groupId>
64 <artifactId>javax.el-api</artifactId>
65 </dependency>
66 <dependency>
67 <groupId>org.argeo.tp.javax</groupId>
68 <artifactId>javax.interceptor-api</artifactId>
69 </dependency>
70 <dependency>
71 <groupId>org.argeo.tp.javax</groupId>
72 <artifactId>javax.enterprise.cdi-api</artifactId>
73 </dependency>
74 <!-- JTA is still indirectly required by Jackrabbit -->
75 <dependency>
76 <groupId>org.argeo.tp.javax</groupId>
77 <artifactId>javax.transaction-api</artifactId>
78 </dependency>
79 <dependency>
80 <groupId>org.argeo.tp.javax</groupId>
81 <artifactId>javax.annotation</artifactId>
82 </dependency>
83 <dependency>
84 <groupId>org.argeo.tp.javax</groupId>
85 <artifactId>javax.inject</artifactId>
86 </dependency>
87
88 <dependency>
89 <groupId>org.argeo.tp.apache.commons</groupId>
90 <artifactId>org.apache.commons.net</artifactId>
91 </dependency>
92 <dependency>
93 <groupId>org.argeo.tp.apache.commons</groupId>
94 <artifactId>org.apache.commons.collections</artifactId>
95 </dependency>
96 <dependency>
97 <groupId>org.argeo.tp.apache.commons</groupId>
98 <artifactId>org.apache.commons.compress</artifactId>
99 </dependency>
100
101 <!-- Jackrabbit Dependencies -->
102 <dependency>
103 <groupId>org.argeo.tp.apache</groupId>
104 <artifactId>org.apache.httpcomponents.httpcore</artifactId>
105 </dependency>
106 <dependency>
107 <groupId>org.argeo.tp.apache</groupId>
108 <artifactId>org.apache.httpcomponents.httpclient</artifactId>
109 </dependency>
110
111 <!-- Jackrabbit client -->
112 <dependency>
113 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
114 <artifactId>org.apache.jackrabbit.api</artifactId>
115 </dependency>
116 <dependency>
117 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
118 <artifactId>org.apache.jackrabbit.jcr.commons</artifactId>
119 </dependency>
120 <dependency>
121 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
122 <artifactId>org.apache.jackrabbit.spi</artifactId>
123 </dependency>
124 <dependency>
125 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
126 <artifactId>org.apache.jackrabbit.spi.commons</artifactId>
127 </dependency>
128 <dependency>
129 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
130 <artifactId>org.apache.jackrabbit.webdav</artifactId>
131 </dependency>
132 <dependency>
133 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
134 <artifactId>org.apache.jackrabbit.spi2dav</artifactId>
135 </dependency>
136 <dependency>
137 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
138 <artifactId>org.apache.jackrabbit.jcr2dav</artifactId>
139 </dependency>
140 <dependency>
141 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
142 <artifactId>org.apache.jackrabbit.jcr2spi</artifactId>
143 </dependency>
144
145 <!-- Jackrabbit Repository -->
146 <dependency>
147 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
148 <artifactId>org.apache.jackrabbit.data</artifactId>
149 </dependency>
150 <dependency>
151 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
152 <artifactId>org.apache.jackrabbit.core</artifactId>
153 </dependency>
154 <dependency>
155 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
156 <artifactId>org.apache.jackrabbit.server</artifactId>
157 </dependency>
158 <dependency>
159 <groupId>org.argeo.tp.misc</groupId>
160 <artifactId>EDU.oswego.cs.dl.util.concurrent</artifactId>
161 </dependency>
162 <dependency>
163 <groupId>org.argeo.tp.apache.commons</groupId>
164 <artifactId>org.apache.commons.fileupload</artifactId>
165 </dependency>
166 <dependency>
167 <groupId>org.argeo.tp.apache</groupId>
168 <artifactId>org.apache.tika.core</artifactId>
169 </dependency>
170 <dependency>
171 <groupId>org.argeo.tp.apache</groupId>
172 <artifactId>org.apache.tika.parsers</artifactId>
173 </dependency>
174 <dependency>
175 <groupId>org.argeo.tp.apache</groupId>
176 <artifactId>org.apache.lucene</artifactId>
177 </dependency>
178
179 <!-- Required by Jackrabbit 2.12 -->
180 <dependency>
181 <groupId>org.argeo.tp.misc</groupId>
182 <artifactId>com.google.guava</artifactId>
183 </dependency>
184 <dependency>
185 <groupId>org.argeo.tp.misc</groupId>
186 <artifactId>com.google.guava.failureaccess</artifactId>
187 </dependency>
188
189 <!-- Database drivers -->
190 <dependency>
191 <groupId>org.argeo.tp.misc</groupId>
192 <artifactId>org.h2</artifactId>
193 </dependency>
194
195 <!-- Third Parties -->
196 <dependency>
197 <groupId>org.argeo.tp.misc</groupId>
198 <artifactId>com.google.gson</artifactId>
199 </dependency>
200
201 <!-- Aries -->
202 <!-- <dependency> -->
203 <!-- <groupId>org.argeo.tp.apache</groupId> -->
204 <!-- <artifactId>org.apache.aries.util</artifactId> -->
205 <!-- </dependency> -->
206 <!-- <dependency> -->
207 <!-- <groupId>org.argeo.tp.apache</groupId> -->
208 <!-- <artifactId>org.apache.aries.spifly.dynamic.bundle</artifactId> -->
209 <!-- </dependency> -->
210
211 </dependencies>
212
213 <profiles>
214 <profile>
215 <id>rpmbuild</id>
216 <build>
217 <plugins>
218 <plugin>
219 <artifactId>maven-assembly-plugin</artifactId>
220 <executions>
221 <execution>
222 <id>prepare-source</id>
223 <phase>package</phase>
224 <goals>
225 <goal>single</goal>
226 </goals>
227 <configuration>
228 <descriptorRefs>
229 <descriptorRef>a2-source</descriptorRef>
230 </descriptorRefs>
231 </configuration>
232 </execution>
233 </executions>
234 </plugin>
235 <plugin>
236 <groupId>org.codehaus.mojo</groupId>
237 <artifactId>rpm-maven-plugin</artifactId>
238 <executions>
239 <execution>
240 <id>rpm-argeo</id>
241 <phase>package</phase>
242 <goals>
243 <goal>rpm</goal>
244 </goals>
245 <configuration>
246 <name>argeo-cms-node${argeo.rpm.suffix}</name>
247 <mappings>
248 <mapping>
249 <directory>/usr/share/osgi</directory>
250 <username>root</username>
251 <groupname>root</groupname>
252 <filemode>644</filemode>
253 <directoryIncluded>false</directoryIncluded>
254 <sources>
255 <source>
256 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
257 <includes>
258 <include>**/*.jar</include>
259 </includes>
260 </source>
261 </sources>
262 </mapping>
263 </mappings>
264 <requires>
265 <require>argeo-cms-minimal{argeo.rpm.suffix}</require>
266 <require>argeo-cms-node-tp${argeo.rpm.suffix}</require>
267 </requires>
268 </configuration>
269 </execution>
270 </executions>
271 </plugin>
272 </plugins>
273 </build>
274 </profile>
275 <profile>
276 <id>rpmbuild-tp</id>
277 <build>
278 <plugins>
279 <plugin>
280 <artifactId>maven-assembly-plugin</artifactId>
281 <executions>
282 <execution>
283 <id>prepare-source-tp</id>
284 <phase>package</phase>
285 <goals>
286 <goal>single</goal>
287 </goals>
288 <configuration>
289 <descriptorRefs>
290 <descriptorRef>a2-source-tp</descriptorRef>
291 </descriptorRefs>
292 </configuration>
293 </execution>
294 </executions>
295 </plugin>
296 <plugin>
297 <groupId>org.codehaus.mojo</groupId>
298 <artifactId>rpm-maven-plugin</artifactId>
299 <executions>
300 <execution>
301 <id>rpm-tp</id>
302 <phase>package</phase>
303 <goals>
304 <goal>rpm</goal>
305 </goals>
306 <configuration>
307 <name>argeo-cms-node-tp${argeo.rpm.suffix}</name>
308 <projversion>${version.argeo-tp}</projversion>
309 <release>${argeo.rpm.release.tp}</release>
310 <mappings>
311 <mapping>
312 <directory>/usr/share/osgi</directory>
313 <username>root</username>
314 <groupname>root</groupname>
315 <filemode>644</filemode>
316 <directoryIncluded>false</directoryIncluded>
317 <sources>
318 <source>
319 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
320 <includes>
321 <include>**/*.jar</include>
322 </includes>
323 </source>
324 </sources>
325 </mapping>
326 </mappings>
327 <requires>
328 <require>argeo-cms-minimal-tp${argeo.rpm.suffix}</require>
329 </requires>
330 </configuration>
331 </execution>
332 </executions>
333 </plugin>
334 </plugins>
335 </build>
336 </profile>
337 </profiles>
338 </project>