]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/org.argeo.dep.cms.client/pom.xml
975257ba978fd6a0ccefa8d3e96d45e3751fb337
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms.client / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons</groupId>
6 <version>2.3-SNAPSHOT</version>
7 <artifactId>dep</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.dep.cms.client</artifactId>
11 <name>CMS Client</name>
12 <dependencies>
13
14 <!-- Argeo Commons -->
15 <dependency>
16 <groupId>org.argeo.commons</groupId>
17 <artifactId>org.argeo.enterprise</artifactId>
18 <version>2.3-SNAPSHOT</version>
19 </dependency>
20 <dependency>
21 <groupId>org.argeo.commons</groupId>
22 <artifactId>org.argeo.jcr</artifactId>
23 <version>2.3-SNAPSHOT</version>
24 </dependency>
25 <dependency>
26 <groupId>org.argeo.commons</groupId>
27 <artifactId>org.argeo.core</artifactId>
28 <version>2.3-SNAPSHOT</version>
29 </dependency>
30
31 <!-- Third Parties -->
32 <dependency>
33 <groupId>org.argeo.tp.javax</groupId>
34 <artifactId>javax.jcr</artifactId>
35 </dependency>
36 <dependency>
37 <groupId>org.argeo.tp.javax</groupId>
38 <artifactId>javax.el-api</artifactId>
39 </dependency>
40 <dependency>
41 <groupId>org.argeo.tp.javax</groupId>
42 <artifactId>javax.interceptor-api</artifactId>
43 </dependency>
44 <dependency>
45 <groupId>org.argeo.tp.javax</groupId>
46 <artifactId>javax.enterprise.cdi-api</artifactId>
47 </dependency>
48 <dependency>
49 <groupId>org.argeo.tp.javax</groupId>
50 <artifactId>javax.transaction-api</artifactId>
51 </dependency>
52
53 <dependency>
54 <groupId>org.argeo.tp.apache</groupId>
55 <artifactId>org.apache.log4j</artifactId>
56 </dependency>
57 <dependency>
58 <groupId>org.argeo.tp.misc</groupId>
59 <artifactId>org.slf4j.log4j12</artifactId>
60 </dependency>
61 <dependency>
62 <groupId>org.argeo.tp.misc</groupId>
63 <artifactId>org.slf4j.api</artifactId>
64 </dependency>
65 <dependency>
66 <groupId>org.argeo.tp.misc</groupId>
67 <artifactId>org.slf4j.commons.logging</artifactId>
68 </dependency>
69
70 <!-- OSGi annotations -->
71 <!-- <dependency> -->
72 <!-- <groupId>org.argeo.tp.sdk</groupId> -->
73 <!-- <artifactId>osgi.annotation</artifactId> -->
74 <!-- </dependency> -->
75 <!-- <dependency> -->
76 <!-- <groupId>org.argeo.tp.sdk</groupId> -->
77 <!-- <artifactId>org.osgi.service.metatype.annotations</artifactId> -->
78 <!-- </dependency> -->
79 <!-- <dependency> -->
80 <!-- <groupId>org.argeo.tp.sdk</groupId> -->
81 <!-- <artifactId>org.osgi.service.component.annotations</artifactId> -->
82 <!-- </dependency> -->
83
84
85 <dependency>
86 <groupId>org.argeo.tp.bouncycastle</groupId>
87 <artifactId>bcpkix</artifactId>
88 </dependency>
89 <dependency>
90 <groupId>org.argeo.tp.bouncycastle</groupId>
91 <artifactId>bcpg</artifactId>
92 </dependency>
93
94 <dependency>
95 <groupId>org.argeo.tp.apache</groupId>
96 <artifactId>org.apache.httpcomponents.httpcore</artifactId>
97 </dependency>
98 <dependency>
99 <groupId>org.argeo.tp.apache</groupId>
100 <artifactId>org.apache.httpcomponents.httpclient</artifactId>
101 </dependency>
102 <dependency>
103 <groupId>org.argeo.tp.apache.commons</groupId>
104 <artifactId>org.apache.commons.io</artifactId>
105 </dependency>
106 <dependency>
107 <groupId>org.argeo.tp.apache.commons</groupId>
108 <artifactId>org.apache.commons.codec</artifactId>
109 </dependency>
110 <dependency>
111 <groupId>org.argeo.tp.apache.commons</groupId>
112 <artifactId>org.apache.commons.exec</artifactId>
113 </dependency>
114 <dependency>
115 <groupId>org.argeo.tp.apache.commons</groupId>
116 <artifactId>org.apache.commons.cli</artifactId>
117 </dependency>
118 <dependency>
119 <groupId>org.argeo.tp.apache.commons</groupId>
120 <artifactId>org.apache.commons.httpclient</artifactId>
121 </dependency>
122 <dependency>
123 <groupId>org.argeo.tp.apache.commons</groupId>
124 <artifactId>org.apache.commons.net</artifactId>
125 </dependency>
126 <dependency>
127 <groupId>org.argeo.tp.apache.commons</groupId>
128 <artifactId>org.apache.commons.collections</artifactId>
129 </dependency>
130 <dependency>
131 <groupId>org.argeo.tp.apache.commons</groupId>
132 <artifactId>org.apache.commons.compress</artifactId>
133 </dependency>
134
135 <!-- Equinox -->
136 <dependency>
137 <groupId>org.argeo.tp.equinox</groupId>
138 <artifactId>org.eclipse.osgi.util</artifactId>
139 </dependency>
140 <dependency>
141 <groupId>org.argeo.tp.equinox</groupId>
142 <artifactId>org.eclipse.equinox.util</artifactId>
143 </dependency>
144 <dependency>
145 <groupId>org.argeo.tp.equinox</groupId>
146 <artifactId>org.eclipse.equinox.cm</artifactId>
147 </dependency>
148 <dependency>
149 <groupId>org.argeo.tp.equinox</groupId>
150 <artifactId>org.eclipse.osgi.services</artifactId>
151 </dependency>
152 <dependency>
153 <groupId>org.argeo.tp.equinox</groupId>
154 <artifactId>org.eclipse.equinox.registry</artifactId>
155 </dependency>
156 <dependency>
157 <groupId>org.argeo.tp.equinox</groupId>
158 <artifactId>org.eclipse.equinox.preferences</artifactId>
159 </dependency>
160 <dependency>
161 <groupId>org.argeo.tp.equinox</groupId>
162 <artifactId>org.eclipse.equinox.common</artifactId>
163 </dependency>
164 <dependency>
165 <groupId>org.argeo.tp.equinox</groupId>
166 <artifactId>org.eclipse.equinox.event</artifactId>
167 </dependency>
168 <dependency>
169 <groupId>org.argeo.tp.equinox</groupId>
170 <artifactId>org.eclipse.equinox.app</artifactId>
171 </dependency>
172 <dependency>
173 <groupId>org.argeo.tp.equinox</groupId>
174 <artifactId>org.eclipse.equinox.ds</artifactId>
175 </dependency>
176 <dependency>
177 <groupId>org.argeo.tp.equinox</groupId>
178 <artifactId>org.eclipse.equinox.metatype</artifactId>
179 </dependency>
180
181 <!-- Console -->
182 <dependency>
183 <groupId>org.argeo.tp.apache.felix</groupId>
184 <artifactId>org.apache.felix.scr</artifactId>
185 </dependency>
186 <dependency>
187 <groupId>org.argeo.tp.apache.felix</groupId>
188 <artifactId>org.apache.felix.gogo.runtime</artifactId>
189 </dependency>
190 <dependency>
191 <groupId>org.argeo.tp.apache.felix</groupId>
192 <artifactId>org.apache.felix.gogo.shell</artifactId>
193 </dependency>
194 <dependency>
195 <groupId>org.argeo.tp.equinox</groupId>
196 <artifactId>org.eclipse.equinox.console</artifactId>
197 </dependency>
198
199 <!-- Jackrabbit client -->
200 <dependency>
201 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
202 <artifactId>org.apache.jackrabbit.api</artifactId>
203 </dependency>
204 <dependency>
205 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
206 <artifactId>org.apache.jackrabbit.jcr.commons</artifactId>
207 </dependency>
208 <dependency>
209 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
210 <artifactId>org.apache.jackrabbit.spi</artifactId>
211 </dependency>
212 <dependency>
213 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
214 <artifactId>org.apache.jackrabbit.spi.commons</artifactId>
215 </dependency>
216 <dependency>
217 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
218 <artifactId>org.apache.jackrabbit.webdav</artifactId>
219 </dependency>
220 <dependency>
221 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
222 <artifactId>org.apache.jackrabbit.spi2dav</artifactId>
223 </dependency>
224 <dependency>
225 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
226 <artifactId>org.apache.jackrabbit.jcr2dav</artifactId>
227 </dependency>
228 <dependency>
229 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
230 <artifactId>org.apache.jackrabbit.jcr2spi</artifactId>
231 </dependency>
232
233 <!-- Test only -->
234 <dependency>
235 <groupId>org.argeo.commons</groupId>
236 <artifactId>org.argeo.osgi.boot</artifactId>
237 <version>2.3-SNAPSHOT</version>
238 <scope>test</scope>
239 </dependency>
240 </dependencies>
241
242 <profiles>
243 <profile>
244 <id>rpmbuild</id>
245 <build>
246 <plugins>
247 <plugin>
248 <artifactId>maven-assembly-plugin</artifactId>
249 <executions>
250 <execution>
251 <id>prepare-source</id>
252 <phase>package</phase>
253 <goals>
254 <goal>single</goal>
255 </goals>
256 <configuration>
257 <descriptorRefs>
258 <descriptorRef>a2-source</descriptorRef>
259 </descriptorRefs>
260 </configuration>
261 </execution>
262 </executions>
263 </plugin>
264 <plugin>
265 <groupId>org.codehaus.mojo</groupId>
266 <artifactId>rpm-maven-plugin</artifactId>
267 <executions>
268 <execution>
269 <id>rpm-argeo</id>
270 <phase>package</phase>
271 <goals>
272 <goal>rpm</goal>
273 </goals>
274 <configuration>
275 <name>argeo-cms-client${argeo.rpm.suffix}</name>
276 <projversion>${version.released}</projversion>
277 <release>${maven.build.timestamp}</release>
278 <mappings>
279 <mapping>
280 <directory>/usr/share/osgi</directory>
281 <username>root</username>
282 <groupname>root</groupname>
283 <filemode>644</filemode>
284 <directoryIncluded>false</directoryIncluded>
285 <sources>
286 <source>
287 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
288 <includes>
289 <include>**/*.jar</include>
290 </includes>
291 </source>
292 </sources>
293 </mapping>
294 </mappings>
295 <requires>
296 <require>argeo-cms-client-tp${argeo.rpm.suffix}</require>
297 <require>argeo-osgi-boot${argeo.rpm.suffix}</require>
298 </requires>
299 </configuration>
300 </execution>
301 </executions>
302 </plugin>
303 </plugins>
304 </build>
305 </profile>
306 <profile>
307 <id>rpmbuild-tp</id>
308 <build>
309 <plugins>
310 <plugin>
311 <artifactId>maven-assembly-plugin</artifactId>
312 <executions>
313 <execution>
314 <id>prepare-source-tp</id>
315 <phase>package</phase>
316 <goals>
317 <goal>single</goal>
318 </goals>
319 <configuration>
320 <descriptorRefs>
321 <descriptorRef>a2-source-tp</descriptorRef>
322 </descriptorRefs>
323 </configuration>
324 </execution>
325 </executions>
326 </plugin>
327 <plugin>
328 <groupId>org.codehaus.mojo</groupId>
329 <artifactId>rpm-maven-plugin</artifactId>
330 <executions>
331 <execution>
332 <id>rpm-tp</id>
333 <phase>package</phase>
334 <goals>
335 <goal>rpm</goal>
336 </goals>
337 <configuration>
338 <name>argeo-cms-client-tp${argeo.rpm.suffix}</name>
339 <projversion>${version.argeo-tp}</projversion>
340 <release>${maven.build.timestamp}</release>
341 <mappings>
342 <mapping>
343 <directory>/usr/share/osgi</directory>
344 <username>root</username>
345 <groupname>root</groupname>
346 <filemode>644</filemode>
347 <directoryIncluded>false</directoryIncluded>
348 <sources>
349 <source>
350 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
351 <includes>
352 <include>**/*.jar</include>
353 </includes>
354 </source>
355 </sources>
356 </mapping>
357 </mappings>
358 </configuration>
359 </execution>
360 </executions>
361 </plugin>
362 </plugins>
363 </build>
364 </profile>
365 </profiles>
366 </project>