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