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