]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
4adb39bdfd4c14a7718f869d3779890bb02f20d9
[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.64</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.64</version>
19 </dependency>
20 <dependency>
21 <groupId>org.argeo.commons</groupId>
22 <artifactId>org.argeo.jcr</artifactId>
23 <version>2.1.64</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.commons</groupId>
65 <artifactId>org.apache.commons.io</artifactId>
66 </dependency>
67 <dependency>
68 <groupId>org.argeo.tp.apache.commons</groupId>
69 <artifactId>org.apache.commons.codec</artifactId>
70 </dependency>
71 <dependency>
72 <groupId>org.argeo.tp.apache.commons</groupId>
73 <artifactId>org.apache.commons.exec</artifactId>
74 </dependency>
75 <dependency>
76 <groupId>org.argeo.tp.apache.commons</groupId>
77 <artifactId>org.apache.commons.httpclient</artifactId>
78 </dependency>
79 <dependency>
80 <groupId>org.argeo.tp.apache.commons</groupId>
81 <artifactId>org.apache.commons.vfs</artifactId>
82 </dependency>
83 <dependency>
84 <groupId>org.argeo.tp.apache.commons</groupId>
85 <artifactId>org.apache.commons.net</artifactId>
86 </dependency>
87 <dependency>
88 <groupId>org.argeo.tp.apache.commons</groupId>
89 <artifactId>org.apache.commons.collections</artifactId>
90 </dependency>
91 <dependency>
92 <groupId>org.argeo.tp.apache.commons</groupId>
93 <artifactId>org.apache.commons.dbcp</artifactId>
94 </dependency>
95 <dependency>
96 <groupId>org.argeo.tp.apache.commons</groupId>
97 <artifactId>org.apache.commons.pool</artifactId>
98 </dependency>
99 <dependency>
100 <groupId>org.argeo.tp.apache.commons</groupId>
101 <artifactId>org.apache.commons.compress</artifactId>
102 </dependency>
103 <dependency>
104 <groupId>org.argeo.tp.javax</groupId>
105 <artifactId>javax.servlet</artifactId>
106 </dependency>
107 <dependency>
108 <groupId>org.argeo.tp.equinox</groupId>
109 <artifactId>org.eclipse.osgi.util</artifactId>
110 </dependency>
111 <dependency>
112 <groupId>org.argeo.tp.equinox</groupId>
113 <artifactId>org.eclipse.equinox.util</artifactId>
114 </dependency>
115 <dependency>
116 <groupId>org.argeo.tp.equinox</groupId>
117 <artifactId>org.eclipse.equinox.cm</artifactId>
118 </dependency>
119 <dependency>
120 <groupId>org.argeo.tp.equinox</groupId>
121 <artifactId>org.eclipse.osgi.services</artifactId>
122 </dependency>
123 <dependency>
124 <groupId>org.argeo.tp.equinox</groupId>
125 <artifactId>org.eclipse.equinox.registry</artifactId>
126 </dependency>
127 <dependency>
128 <groupId>org.argeo.tp.equinox</groupId>
129 <artifactId>org.eclipse.equinox.preferences</artifactId>
130 </dependency>
131 <dependency>
132 <groupId>org.argeo.tp.equinox</groupId>
133 <artifactId>org.eclipse.equinox.common</artifactId>
134 </dependency>
135 <dependency>
136 <groupId>org.argeo.tp.equinox</groupId>
137 <artifactId>org.eclipse.equinox.console</artifactId>
138 </dependency>
139 <dependency>
140 <groupId>org.argeo.tp.equinox</groupId>
141 <artifactId>org.eclipse.equinox.event</artifactId>
142 </dependency>
143 <dependency>
144 <groupId>org.argeo.tp.equinox</groupId>
145 <artifactId>org.eclipse.equinox.app</artifactId>
146 </dependency>
147 <dependency>
148 <groupId>org.argeo.tp.equinox</groupId>
149 <artifactId>org.eclipse.equinox.ds</artifactId>
150 </dependency>
151 <dependency>
152 <groupId>org.argeo.tp.equinox</groupId>
153 <artifactId>org.eclipse.equinox.metatype</artifactId>
154 </dependency>
155 <dependency>
156 <groupId>org.argeo.tp.apache.felix</groupId>
157 <artifactId>org.apache.felix.gogo.runtime</artifactId>
158 </dependency>
159 <dependency>
160 <groupId>org.argeo.tp.apache.felix</groupId>
161 <artifactId>org.apache.felix.gogo.shell</artifactId>
162 </dependency>
163 <dependency>
164 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
165 <artifactId>org.apache.jackrabbit.api</artifactId>
166 </dependency>
167 <dependency>
168 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
169 <artifactId>org.apache.jackrabbit.jcr.commons</artifactId>
170 </dependency>
171 <dependency>
172 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
173 <artifactId>org.apache.jackrabbit.spi</artifactId>
174 </dependency>
175 <dependency>
176 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
177 <artifactId>org.apache.jackrabbit.spi.commons</artifactId>
178 </dependency>
179 <dependency>
180 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
181 <artifactId>org.apache.jackrabbit.webdav</artifactId>
182 </dependency>
183 <dependency>
184 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
185 <artifactId>org.apache.jackrabbit.spi2dav</artifactId>
186 </dependency>
187 <dependency>
188 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
189 <artifactId>org.apache.jackrabbit.jcr2dav</artifactId>
190 </dependency>
191 <dependency>
192 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
193 <artifactId>org.apache.jackrabbit.jcr2spi</artifactId>
194 </dependency>
195
196 <!-- Required by Jackrabbit 2.12 -->
197 <dependency>
198 <groupId>org.argeo.tp.misc</groupId>
199 <artifactId>com.google.guava</artifactId>
200 </dependency>
201
202 <!-- Test only -->
203 <dependency>
204 <groupId>org.argeo.commons</groupId>
205 <artifactId>org.argeo.osgi.boot</artifactId>
206 <version>2.1.64</version>
207 <scope>test</scope>
208 </dependency>
209 </dependencies>
210
211 <profiles>
212 <profile>
213 <id>rpmbuild</id>
214 <build>
215 <plugins>
216 <plugin>
217 <groupId>org.apache.maven.plugins</groupId>
218 <artifactId>maven-dependency-plugin</artifactId>
219 <executions>
220 <execution>
221 <id>copy-argeo</id>
222 <phase>package</phase>
223 <goals>
224 <goal>copy-dependencies</goal>
225 </goals>
226 <configuration>
227 <includeTypes>jar</includeTypes>
228 <outputDirectory>${project.build.directory}/lib-argeo</outputDirectory>
229 <includeGroupIds>org.argeo.commons</includeGroupIds>
230 <excludeTransitive>true</excludeTransitive>
231 <includeTypes>jar</includeTypes>
232 <includeScope>runtime</includeScope>
233 <useRepositoryLayout>true</useRepositoryLayout>
234 </configuration>
235 </execution>
236 <execution>
237 <id>copy-tp</id>
238 <phase>package</phase>
239 <goals>
240 <goal>copy-dependencies</goal>
241 </goals>
242 <configuration>
243 <includeTypes>jar</includeTypes>
244 <outputDirectory>${project.build.directory}/lib-tp</outputDirectory>
245 <excludeGroupIds>org.argeo.commons</excludeGroupIds>
246 <excludeTransitive>true</excludeTransitive>
247 <includeTypes>jar</includeTypes>
248 <includeScope>runtime</includeScope>
249 <useRepositoryLayout>true</useRepositoryLayout>
250 </configuration>
251 </execution>
252 </executions>
253 </plugin>
254 <plugin>
255 <groupId>org.codehaus.mojo</groupId>
256 <artifactId>rpm-maven-plugin</artifactId>
257 <executions>
258 <execution>
259 <id>rpm-argeo</id>
260 <phase>package</phase>
261 <goals>
262 <goal>rpm</goal>
263 </goals>
264 <configuration>
265 <name>argeo-cms-client</name>
266 <mappings>
267 <mapping>
268 <directory>/usr/share/osgi</directory>
269 <username>root</username>
270 <groupname>root</groupname>
271 <filemode>644</filemode>
272 <directoryIncluded>false</directoryIncluded>
273 <sources>
274 <source>
275 <location>${project.build.directory}/lib-argeo</location>
276 <includes>
277 <include>**/*.jar</include>
278 </includes>
279 </source>
280 </sources>
281 </mapping>
282 <mapping>
283 <directory>/usr/share/osgi/org/argeo/commons/${project.artifactId}/${project.version}</directory>
284 <username>root</username>
285 <groupname>root</groupname>
286 <directoryIncluded>false</directoryIncluded>
287 <artifact />
288 </mapping>
289 </mappings>
290 <requires>
291 <require>argeo-cms-client-tp</require>
292 <require>osgi-boot</require>
293 </requires>
294 </configuration>
295 </execution>
296 </executions>
297 </plugin>
298 </plugins>
299 </build>
300 </profile>
301 <profile>
302 <id>rpmbuild-tp</id>
303 <build>
304 <plugins>
305 <plugin>
306 <groupId>org.codehaus.mojo</groupId>
307 <artifactId>rpm-maven-plugin</artifactId>
308 <executions>
309 <execution>
310 <id>rpm-tp</id>
311 <phase>package</phase>
312 <goals>
313 <goal>rpm</goal>
314 </goals>
315 <configuration>
316 <name>argeo-cms-client-tp</name>
317 <projversion>${version.argeo-distribution}</projversion>
318 <mappings>
319 <mapping>
320 <directory>/usr/share/osgi</directory>
321 <username>root</username>
322 <groupname>root</groupname>
323 <filemode>644</filemode>
324 <directoryIncluded>false</directoryIncluded>
325 <sources>
326 <source>
327 <location>${project.build.directory}/lib-tp</location>
328 <includes>
329 <include>**/*.jar</include>
330 </includes>
331 </source>
332 </sources>
333 </mapping>
334 </mappings>
335 </configuration>
336 </execution>
337 </executions>
338 </plugin>
339 </plugins>
340 </build>
341 </profile>
342 </profiles>
343 </project>