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