]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/org.argeo.dep.cms.client/pom.xml
Disable http cache
[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.38-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.38-SNAPSHOT</version>
19 </dependency>
20 <dependency>
21 <groupId>org.argeo.commons</groupId>
22 <artifactId>org.argeo.server.jcr</artifactId>
23 <version>2.1.38-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.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.osgi</artifactId>
114 </dependency>
115 <dependency>
116 <groupId>org.argeo.tp.equinox</groupId>
117 <artifactId>org.eclipse.equinox.util</artifactId>
118 </dependency>
119 <dependency>
120 <groupId>org.argeo.tp.equinox</groupId>
121 <artifactId>org.eclipse.equinox.cm</artifactId>
122 </dependency>
123 <dependency>
124 <groupId>org.argeo.tp.equinox</groupId>
125 <artifactId>org.eclipse.osgi.services</artifactId>
126 </dependency>
127 <dependency>
128 <groupId>org.argeo.tp.equinox</groupId>
129 <artifactId>org.eclipse.equinox.registry</artifactId>
130 </dependency>
131 <dependency>
132 <groupId>org.argeo.tp.equinox</groupId>
133 <artifactId>org.eclipse.equinox.preferences</artifactId>
134 </dependency>
135 <dependency>
136 <groupId>org.argeo.tp.equinox</groupId>
137 <artifactId>org.eclipse.equinox.common</artifactId>
138 </dependency>
139 <dependency>
140 <groupId>org.argeo.tp.equinox</groupId>
141 <artifactId>org.eclipse.equinox.console</artifactId>
142 </dependency>
143 <dependency>
144 <groupId>org.argeo.tp.equinox</groupId>
145 <artifactId>org.eclipse.equinox.event</artifactId>
146 </dependency>
147 <dependency>
148 <groupId>org.argeo.tp.equinox</groupId>
149 <artifactId>org.eclipse.equinox.app</artifactId>
150 </dependency>
151 <dependency>
152 <groupId>org.argeo.tp.apache.felix</groupId>
153 <artifactId>org.apache.felix.gogo.runtime</artifactId>
154 </dependency>
155 <dependency>
156 <groupId>org.argeo.tp.apache.felix</groupId>
157 <artifactId>org.apache.felix.gogo.shell</artifactId>
158 </dependency>
159 <dependency>
160 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
161 <artifactId>org.apache.jackrabbit.api</artifactId>
162 </dependency>
163 <dependency>
164 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
165 <artifactId>org.apache.jackrabbit.jcr.commons</artifactId>
166 </dependency>
167 <dependency>
168 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
169 <artifactId>org.apache.jackrabbit.spi</artifactId>
170 </dependency>
171 <dependency>
172 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
173 <artifactId>org.apache.jackrabbit.spi.commons</artifactId>
174 </dependency>
175 <dependency>
176 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
177 <artifactId>org.apache.jackrabbit.webdav</artifactId>
178 </dependency>
179 <dependency>
180 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
181 <artifactId>org.apache.jackrabbit.spi2dav</artifactId>
182 </dependency>
183 <dependency>
184 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
185 <artifactId>org.apache.jackrabbit.jcr2dav</artifactId>
186 </dependency>
187 <dependency>
188 <groupId>org.argeo.tp.apache.jackrabbit</groupId>
189 <artifactId>org.apache.jackrabbit.jcr2spi</artifactId>
190 </dependency>
191
192 <!-- Test only -->
193 <dependency>
194 <groupId>org.argeo.commons</groupId>
195 <artifactId>org.argeo.osgi.boot</artifactId>
196 <version>2.1.38-SNAPSHOT</version>
197 <scope>test</scope>
198 </dependency>
199 </dependencies>
200
201 <profiles>
202 <profile>
203 <id>rpmbuild</id>
204 <build>
205 <plugins>
206 <plugin>
207 <groupId>org.apache.maven.plugins</groupId>
208 <artifactId>maven-dependency-plugin</artifactId>
209 <executions>
210 <execution>
211 <id>copy-argeo</id>
212 <phase>package</phase>
213 <goals>
214 <goal>copy-dependencies</goal>
215 </goals>
216 <configuration>
217 <includeTypes>jar</includeTypes>
218 <outputDirectory>${project.build.directory}/lib-argeo</outputDirectory>
219 <includeGroupIds>org.argeo.commons</includeGroupIds>
220 <excludeTransitive>true</excludeTransitive>
221 <includeTypes>jar</includeTypes>
222 <includeScope>runtime</includeScope>
223 </configuration>
224 </execution>
225 <execution>
226 <id>copy-tp</id>
227 <phase>package</phase>
228 <goals>
229 <goal>copy-dependencies</goal>
230 </goals>
231 <configuration>
232 <includeTypes>jar</includeTypes>
233 <outputDirectory>${project.build.directory}/lib-tp</outputDirectory>
234 <excludeGroupIds>org.argeo.commons</excludeGroupIds>
235 <excludeTransitive>true</excludeTransitive>
236 <includeTypes>jar</includeTypes>
237 <includeScope>runtime</includeScope>
238 </configuration>
239 </execution>
240 </executions>
241 </plugin>
242 <plugin>
243 <groupId>org.codehaus.mojo</groupId>
244 <artifactId>rpm-maven-plugin</artifactId>
245 <executions>
246 <execution>
247 <id>rpm-argeo</id>
248 <phase>package</phase>
249 <goals>
250 <goal>rpm</goal>
251 </goals>
252 <configuration>
253 <name>argeo-cms-client</name>
254 <mappings>
255 <mapping>
256 <directory>/usr/share/osgi</directory>
257 <username>root</username>
258 <groupname>root</groupname>
259 <filemode>644</filemode>
260 <directoryIncluded>false</directoryIncluded>
261 <sources>
262 <source>
263 <location>${project.build.directory}/lib-argeo</location>
264 <includes>
265 <include>*.jar</include>
266 </includes>
267 </source>
268 </sources>
269 </mapping>
270 </mappings>
271 <requires>
272 <require>argeo-cms-client-tp</require>
273 <require>osgi-boot</require>
274 </requires>
275 </configuration>
276 </execution>
277 </executions>
278 </plugin>
279 </plugins>
280 </build>
281 </profile>
282 <profile>
283 <id>rpmbuild-tp</id>
284 <build>
285 <plugins>
286 <plugin>
287 <groupId>org.codehaus.mojo</groupId>
288 <artifactId>rpm-maven-plugin</artifactId>
289 <executions>
290 <execution>
291 <id>rpm-tp</id>
292 <phase>package</phase>
293 <goals>
294 <goal>rpm</goal>
295 </goals>
296 <configuration>
297 <name>argeo-cms-client-tp</name>
298 <projversion>${version.argeo-distribution}</projversion>
299 <mappings>
300 <mapping>
301 <directory>/usr/share/osgi</directory>
302 <username>root</username>
303 <groupname>root</groupname>
304 <filemode>644</filemode>
305 <directoryIncluded>false</directoryIncluded>
306 <sources>
307 <source>
308 <location>${project.build.directory}/lib-tp</location>
309 <includes>
310 <include>*.jar</include>
311 </includes>
312 </source>
313 </sources>
314 </mapping>
315 </mappings>
316 </configuration>
317 </execution>
318 </executions>
319 </plugin>
320 </plugins>
321 </build>
322 </profile>
323 </profiles>
324 </project>