]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/org.argeo.dep.cms.client/pom.xml
Fix /var/lib/node authorization
[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.70-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.70-SNAPSHOT</version>
19 </dependency>
20 <dependency>
21 <groupId>org.argeo.commons</groupId>
22 <artifactId>org.argeo.jcr</artifactId>
23 <version>2.1.70-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.console</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 <dependency>
164 <groupId>org.argeo.tp.apache.felix</groupId>
165 <artifactId>org.apache.felix.scr</artifactId>
166 </dependency>
167 <dependency>
168 <groupId>org.argeo.tp.apache.felix</groupId>
169 <artifactId>org.apache.felix.gogo.runtime</artifactId>
170 </dependency>
171 <dependency>
172 <groupId>org.argeo.tp.apache.felix</groupId>
173 <artifactId>org.apache.felix.gogo.shell</artifactId>
174 </dependency>
175 <dependency>
176 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
177 <artifactId>org.apache.jackrabbit.api</artifactId>
178 </dependency>
179 <dependency>
180 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
181 <artifactId>org.apache.jackrabbit.jcr.commons</artifactId>
182 </dependency>
183 <dependency>
184 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
185 <artifactId>org.apache.jackrabbit.spi</artifactId>
186 </dependency>
187 <dependency>
188 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
189 <artifactId>org.apache.jackrabbit.spi.commons</artifactId>
190 </dependency>
191 <dependency>
192 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
193 <artifactId>org.apache.jackrabbit.webdav</artifactId>
194 </dependency>
195 <dependency>
196 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
197 <artifactId>org.apache.jackrabbit.spi2dav</artifactId>
198 </dependency>
199 <dependency>
200 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
201 <artifactId>org.apache.jackrabbit.jcr2dav</artifactId>
202 </dependency>
203 <dependency>
204 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
205 <artifactId>org.apache.jackrabbit.jcr2spi</artifactId>
206 </dependency>
207
208 <!-- Required by Jackrabbit 2.12 -->
209 <dependency>
210 <groupId>org.argeo.tp.misc</groupId>
211 <artifactId>com.google.guava</artifactId>
212 </dependency>
213
214 <!-- Test only -->
215 <dependency>
216 <groupId>org.argeo.commons</groupId>
217 <artifactId>org.argeo.osgi.boot</artifactId>
218 <version>2.1.70-SNAPSHOT</version>
219 <scope>test</scope>
220 </dependency>
221 </dependencies>
222
223 <profiles>
224 <profile>
225 <id>rpmbuild</id>
226 <build>
227 <plugins>
228 <plugin>
229 <groupId>org.apache.maven.plugins</groupId>
230 <artifactId>maven-dependency-plugin</artifactId>
231 <executions>
232 <execution>
233 <id>copy-argeo</id>
234 <phase>package</phase>
235 <goals>
236 <goal>copy-dependencies</goal>
237 </goals>
238 <configuration>
239 <includeTypes>jar</includeTypes>
240 <outputDirectory>${project.build.directory}/lib-argeo</outputDirectory>
241 <includeGroupIds>org.argeo.commons</includeGroupIds>
242 <excludeTransitive>true</excludeTransitive>
243 <includeTypes>jar</includeTypes>
244 <includeScope>runtime</includeScope>
245 <useRepositoryLayout>true</useRepositoryLayout>
246 </configuration>
247 </execution>
248 </executions>
249 </plugin>
250 <plugin>
251 <groupId>org.codehaus.mojo</groupId>
252 <artifactId>rpm-maven-plugin</artifactId>
253 <executions>
254 <execution>
255 <id>rpm-argeo</id>
256 <phase>package</phase>
257 <goals>
258 <goal>rpm</goal>
259 </goals>
260 <configuration>
261 <name>argeo-cms-client</name>
262 <mappings>
263 <mapping>
264 <directory>/usr/share/osgi</directory>
265 <username>root</username>
266 <groupname>root</groupname>
267 <filemode>644</filemode>
268 <directoryIncluded>false</directoryIncluded>
269 <sources>
270 <source>
271 <location>${project.build.directory}/lib-argeo</location>
272 <includes>
273 <include>**/*.jar</include>
274 </includes>
275 </source>
276 </sources>
277 </mapping>
278 <mapping>
279 <directory>/usr/share/osgi/org/argeo/commons/${project.artifactId}/${project.version}</directory>
280 <username>root</username>
281 <groupname>root</groupname>
282 <directoryIncluded>false</directoryIncluded>
283 <artifact />
284 </mapping>
285 </mappings>
286 <requires>
287 <require>argeo-cms-client-tp</require>
288 <require>osgi-boot</require>
289 </requires>
290 </configuration>
291 </execution>
292 </executions>
293 </plugin>
294 </plugins>
295 </build>
296 </profile>
297 <profile>
298 <id>rpmbuild-tp</id>
299 <build>
300 <plugins>
301 <plugin>
302 <groupId>org.apache.maven.plugins</groupId>
303 <artifactId>maven-dependency-plugin</artifactId>
304 <executions>
305 <execution>
306 <id>copy-tp</id>
307 <phase>package</phase>
308 <goals>
309 <goal>copy-dependencies</goal>
310 </goals>
311 <configuration>
312 <includeTypes>jar</includeTypes>
313 <outputDirectory>${project.build.directory}/lib-tp</outputDirectory>
314 <excludeGroupIds>org.argeo.commons</excludeGroupIds>
315 <excludeTransitive>true</excludeTransitive>
316 <includeTypes>jar</includeTypes>
317 <includeScope>runtime</includeScope>
318 <useRepositoryLayout>true</useRepositoryLayout>
319 </configuration>
320 </execution>
321 </executions>
322 </plugin>
323 <plugin>
324 <groupId>org.codehaus.mojo</groupId>
325 <artifactId>rpm-maven-plugin</artifactId>
326 <executions>
327 <execution>
328 <id>rpm-tp</id>
329 <phase>package</phase>
330 <goals>
331 <goal>rpm</goal>
332 </goals>
333 <configuration>
334 <name>argeo-cms-client-tp</name>
335 <projversion>${version.argeo-distribution}</projversion>
336 <mappings>
337 <mapping>
338 <directory>/usr/share/osgi</directory>
339 <username>root</username>
340 <groupname>root</groupname>
341 <filemode>644</filemode>
342 <directoryIncluded>false</directoryIncluded>
343 <sources>
344 <source>
345 <location>${project.build.directory}/lib-tp</location>
346 <includes>
347 <include>**/*.jar</include>
348 </includes>
349 </source>
350 </sources>
351 </mapping>
352 </mappings>
353 </configuration>
354 </execution>
355 </executions>
356 </plugin>
357 </plugins>
358 </build>
359 </profile>
360 </profiles>
361 </project>