]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/org.argeo.dep.cms.client/pom.xml
ebfca54c02b92bcf0dfd6c337d1988526251de9e
[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"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.commons</groupId>
7 <version>2.1.31-SNAPSHOT</version>
8 <artifactId>dep</artifactId>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>org.argeo.dep.cms.client</artifactId>
12 <name>CMS Client</name>
13 <dependencies>
14
15 <!-- Argeo Commons -->
16 <dependency>
17 <groupId>org.argeo.commons</groupId>
18 <artifactId>org.argeo.util</artifactId>
19 <version>2.1.31-SNAPSHOT</version>
20 </dependency>
21 <dependency>
22 <groupId>org.argeo.commons</groupId>
23 <artifactId>org.argeo.server.jcr</artifactId>
24 <version>2.1.31-SNAPSHOT</version>
25 </dependency>
26 <!-- <dependency> -->
27 <!-- <groupId>org.argeo.commons</groupId> -->
28 <!-- <artifactId>org.argeo.security.jackrabbit</artifactId> -->
29 <!-- <version>2.1.31-SNAPSHOT</version> -->
30 <!-- </dependency> -->
31 <dependency>
32 <groupId>org.argeo.commons</groupId>
33 <artifactId>org.argeo.osgi.boot</artifactId>
34 <version>2.1.31-SNAPSHOT</version>
35 <scope>test</scope>
36 </dependency>
37
38 <!-- Third Parties -->
39 <dependency>
40 <groupId>org.argeo.tp.javax</groupId>
41 <artifactId>javax.jcr</artifactId>
42 </dependency>
43 <dependency>
44 <groupId>org.argeo.tp.javax</groupId>
45 <artifactId>javax.transaction</artifactId>
46 </dependency>
47 <dependency>
48 <groupId>org.argeo.tp.apache</groupId>
49 <artifactId>org.apache.log4j</artifactId>
50 </dependency>
51 <dependency>
52 <groupId>org.argeo.tp.misc</groupId>
53 <artifactId>com.jcraft.jsch</artifactId>
54 </dependency>
55 <dependency>
56 <groupId>org.argeo.tp.misc</groupId>
57 <artifactId>org.slf4j.log4j12</artifactId>
58 </dependency>
59 <dependency>
60 <groupId>org.argeo.tp.misc</groupId>
61 <artifactId>org.slf4j.api</artifactId>
62 </dependency>
63 <dependency>
64 <groupId>org.argeo.tp.misc</groupId>
65 <artifactId>org.slf4j.commons.logging</artifactId>
66 </dependency>
67 <dependency>
68 <groupId>org.argeo.tp.bouncycastle</groupId>
69 <artifactId>bcprov</artifactId>
70 </dependency>
71 <dependency>
72 <groupId>org.argeo.tp.bouncycastle</groupId>
73 <artifactId>bcpkix</artifactId>
74 </dependency>
75 <dependency>
76 <groupId>org.argeo.tp.apache.commons</groupId>
77 <artifactId>org.apache.commons.io</artifactId>
78 </dependency>
79 <dependency>
80 <groupId>org.argeo.tp.apache.commons</groupId>
81 <artifactId>org.apache.commons.codec</artifactId>
82 </dependency>
83 <dependency>
84 <groupId>org.argeo.tp.apache.commons</groupId>
85 <artifactId>org.apache.commons.exec</artifactId>
86 </dependency>
87 <dependency>
88 <groupId>org.argeo.tp.apache.commons</groupId>
89 <artifactId>org.apache.commons.httpclient</artifactId>
90 </dependency>
91 <dependency>
92 <groupId>org.argeo.tp.apache.commons</groupId>
93 <artifactId>org.apache.commons.vfs</artifactId>
94 </dependency>
95 <dependency>
96 <groupId>org.argeo.tp.apache.commons</groupId>
97 <artifactId>org.apache.commons.net</artifactId>
98 </dependency>
99 <dependency>
100 <groupId>org.argeo.tp.apache.commons</groupId>
101 <artifactId>org.apache.commons.collections</artifactId>
102 </dependency>
103 <dependency>
104 <groupId>org.argeo.tp.apache.commons</groupId>
105 <artifactId>org.apache.commons.dbcp</artifactId>
106 </dependency>
107 <dependency>
108 <groupId>org.argeo.tp.apache.commons</groupId>
109 <artifactId>org.apache.commons.pool</artifactId>
110 </dependency>
111 <dependency>
112 <groupId>org.argeo.tp.apache.commons</groupId>
113 <artifactId>org.apache.commons.compress</artifactId>
114 </dependency>
115 <dependency>
116 <groupId>org.argeo.tp.javax</groupId>
117 <artifactId>javax.servlet</artifactId>
118 </dependency>
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.osgi</artifactId>
126 </dependency>
127 <dependency>
128 <groupId>org.argeo.tp.equinox</groupId>
129 <artifactId>org.eclipse.equinox.util</artifactId>
130 </dependency>
131 <dependency>
132 <groupId>org.argeo.tp.equinox</groupId>
133 <artifactId>org.eclipse.equinox.cm</artifactId>
134 </dependency>
135 <dependency>
136 <groupId>org.argeo.tp.equinox</groupId>
137 <artifactId>org.eclipse.osgi.services</artifactId>
138 </dependency>
139 <dependency>
140 <groupId>org.argeo.tp.equinox</groupId>
141 <artifactId>org.eclipse.equinox.registry</artifactId>
142 </dependency>
143 <dependency>
144 <groupId>org.argeo.tp.equinox</groupId>
145 <artifactId>org.eclipse.equinox.preferences</artifactId>
146 </dependency>
147 <dependency>
148 <groupId>org.argeo.tp.equinox</groupId>
149 <artifactId>org.eclipse.equinox.common</artifactId>
150 </dependency>
151 <dependency>
152 <groupId>org.argeo.tp.equinox</groupId>
153 <artifactId>org.eclipse.equinox.console</artifactId>
154 </dependency>
155 <dependency>
156 <groupId>org.argeo.tp.equinox</groupId>
157 <artifactId>org.eclipse.equinox.event</artifactId>
158 </dependency>
159 <dependency>
160 <groupId>org.argeo.tp.equinox</groupId>
161 <artifactId>org.eclipse.equinox.app</artifactId>
162 </dependency>
163 <dependency>
164 <groupId>org.argeo.tp.apache.felix</groupId>
165 <artifactId>org.apache.felix.gogo.runtime</artifactId>
166 </dependency>
167 <dependency>
168 <groupId>org.argeo.tp.apache.felix</groupId>
169 <artifactId>org.apache.felix.gogo.shell</artifactId>
170 </dependency>
171 <dependency>
172 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
173 <artifactId>org.apache.jackrabbit.api</artifactId>
174 </dependency>
175 <dependency>
176 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
177 <artifactId>org.apache.jackrabbit.jcr.commons</artifactId>
178 </dependency>
179 <dependency>
180 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
181 <artifactId>org.apache.jackrabbit.spi</artifactId>
182 </dependency>
183 <dependency>
184 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
185 <artifactId>org.apache.jackrabbit.spi.commons</artifactId>
186 </dependency>
187 <dependency>
188 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
189 <artifactId>org.apache.jackrabbit.webdav</artifactId>
190 </dependency>
191 <dependency>
192 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
193 <artifactId>org.apache.jackrabbit.spi2dav</artifactId>
194 </dependency>
195 <dependency>
196 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
197 <artifactId>org.apache.jackrabbit.jcr2dav</artifactId>
198 </dependency>
199 <dependency>
200 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
201 <artifactId>org.apache.jackrabbit.jcr2spi</artifactId>
202 </dependency>
203
204 </dependencies>
205
206 <profiles>
207 <profile>
208 <id>rpmbuild</id>
209 <build>
210 <plugins>
211 <plugin>
212 <groupId>org.apache.maven.plugins</groupId>
213 <artifactId>maven-dependency-plugin</artifactId>
214 <executions>
215 <execution>
216 <id>copy-argeo</id>
217 <phase>package</phase>
218 <goals>
219 <goal>copy-dependencies</goal>
220 </goals>
221 <configuration>
222 <includeTypes>jar</includeTypes>
223 <outputDirectory>${project.build.directory}/lib-argeo</outputDirectory>
224 <includeGroupIds>org.argeo.commons</includeGroupIds>
225 <excludeTransitive>true</excludeTransitive>
226 <includeTypes>jar</includeTypes>
227 <includeScope>runtime</includeScope>
228 </configuration>
229 </execution>
230 <execution>
231 <id>copy-tp</id>
232 <phase>package</phase>
233 <goals>
234 <goal>copy-dependencies</goal>
235 </goals>
236 <configuration>
237 <includeTypes>jar</includeTypes>
238 <outputDirectory>${project.build.directory}/lib-tp</outputDirectory>
239 <excludeGroupIds>org.argeo.commons</excludeGroupIds>
240 <excludeTransitive>true</excludeTransitive>
241 <includeTypes>jar</includeTypes>
242 <includeScope>runtime</includeScope>
243 </configuration>
244 </execution>
245 </executions>
246 </plugin>
247 <plugin>
248 <groupId>org.codehaus.mojo</groupId>
249 <artifactId>rpm-maven-plugin</artifactId>
250 <executions>
251 <execution>
252 <id>rpm-argeo</id>
253 <phase>package</phase>
254 <goals>
255 <goal>rpm</goal>
256 </goals>
257 <configuration>
258 <name>argeo-cms-client</name>
259 <mappings>
260 <mapping>
261 <directory>/usr/share/osgi</directory>
262 <username>root</username>
263 <groupname>root</groupname>
264 <filemode>644</filemode>
265 <directoryIncluded>false</directoryIncluded>
266 <sources>
267 <source>
268 <location>${project.build.directory}/lib-argeo</location>
269 <includes>
270 <include>*.jar</include>
271 </includes>
272 </source>
273 </sources>
274 </mapping>
275 </mappings>
276 <requires>
277 <require>argeo-cms-client-tp</require>
278 </requires>
279 </configuration>
280 </execution>
281 </executions>
282 </plugin>
283 </plugins>
284 </build>
285 </profile>
286 <profile>
287 <id>rpmbuild-tp</id>
288 <build>
289 <plugins>
290 <plugin>
291 <groupId>org.codehaus.mojo</groupId>
292 <artifactId>rpm-maven-plugin</artifactId>
293 <executions>
294 <execution>
295 <id>rpm-tp</id>
296 <phase>package</phase>
297 <goals>
298 <goal>rpm</goal>
299 </goals>
300 <configuration>
301 <name>argeo-cms-client-tp</name>
302 <projversion>${version.argeo-distribution}</projversion>
303 <mappings>
304 <mapping>
305 <directory>/usr/share/osgi</directory>
306 <username>root</username>
307 <groupname>root</groupname>
308 <filemode>644</filemode>
309 <directoryIncluded>false</directoryIncluded>
310 <sources>
311 <source>
312 <location>${project.build.directory}/lib-tp</location>
313 <includes>
314 <include>*.jar</include>
315 </includes>
316 </source>
317 </sources>
318 </mapping>
319 </mappings>
320 </configuration>
321 </execution>
322 </executions>
323 </plugin>
324 </plugins>
325 </build>
326 </profile>
327 </profiles>
328 </project>