]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
6332093eeebfe71e30690a852b9cf982e649c5d5
[lgpl/argeo-commons.git] / 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.101</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.1.101</version>
19 </dependency>
20 <dependency>
21 <groupId>org.argeo.commons</groupId>
22 <artifactId>org.argeo.jcr</artifactId>
23 <version>2.1.101</version>
24 </dependency>
25 <dependency>
26 <groupId>org.argeo.commons</groupId>
27 <artifactId>org.argeo.core</artifactId>
28 <version>2.1.101</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.1.101</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</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}/${project.artifactId}-${project.version}-a2-source</location>
286 <includes>
287 <include>**/*.jar</include>
288 </includes>
289 </source>
290 </sources>
291 </mapping>
292 </mappings>
293 <requires>
294 <require>argeo-cms-client-tp</require>
295 <require>argeo-osgi-boot</require>
296 </requires>
297 </configuration>
298 </execution>
299 </executions>
300 </plugin>
301 </plugins>
302 </build>
303 </profile>
304 <profile>
305 <id>rpmbuild-tp</id>
306 <build>
307 <plugins>
308 <plugin>
309 <artifactId>maven-assembly-plugin</artifactId>
310 <executions>
311 <execution>
312 <id>prepare-source-tp</id>
313 <phase>package</phase>
314 <goals>
315 <goal>single</goal>
316 </goals>
317 <configuration>
318 <descriptorRefs>
319 <descriptorRef>a2-source-tp</descriptorRef>
320 </descriptorRefs>
321 </configuration>
322 </execution>
323 </executions>
324 </plugin>
325 <plugin>
326 <groupId>org.codehaus.mojo</groupId>
327 <artifactId>rpm-maven-plugin</artifactId>
328 <executions>
329 <execution>
330 <id>rpm-tp</id>
331 <phase>package</phase>
332 <goals>
333 <goal>rpm</goal>
334 </goals>
335 <configuration>
336 <name>argeo-cms-client-tp</name>
337 <projversion>${version.argeo-tp}</projversion>
338 <release>${maven.build.timestamp}</release>
339 <mappings>
340 <mapping>
341 <directory>/usr/share/osgi</directory>
342 <username>root</username>
343 <groupname>root</groupname>
344 <filemode>644</filemode>
345 <directoryIncluded>false</directoryIncluded>
346 <sources>
347 <source>
348 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
349 <includes>
350 <include>**/*.jar</include>
351 </includes>
352 </source>
353 </sources>
354 </mapping>
355 </mappings>
356 </configuration>
357 </execution>
358 </executions>
359 </plugin>
360 </plugins>
361 </build>
362 </profile>
363 </profiles>
364 </project>