]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/org.argeo.dep.cms.base/pom.xml
Change default A2 directories
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms.base / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <parent>
7 <groupId>org.argeo.commons</groupId>
8 <version>2.3-SNAPSHOT</version>
9 <artifactId>dep</artifactId>
10 <relativePath>..</relativePath>
11 </parent>
12 <artifactId>org.argeo.dep.cms.base</artifactId>
13 <name>CMS Base</name>
14 <dependencies>
15
16 <!-- Base -->
17 <dependency>
18 <groupId>org.argeo.commons</groupId>
19 <artifactId>org.argeo.init</artifactId>
20 <version>2.3-SNAPSHOT</version>
21 </dependency>
22 <dependency>
23 <groupId>org.argeo.commons</groupId>
24 <artifactId>org.argeo.util</artifactId>
25 <version>2.3-SNAPSHOT</version>
26 </dependency>
27
28 <!-- APIs -->
29 <dependency>
30 <groupId>org.argeo.commons</groupId>
31 <artifactId>org.argeo.api.uuid</artifactId>
32 <version>2.3-SNAPSHOT</version>
33 </dependency>
34 <dependency>
35 <groupId>org.argeo.commons</groupId>
36 <artifactId>org.argeo.api.acr</artifactId>
37 <version>2.3-SNAPSHOT</version>
38 </dependency>
39 <dependency>
40 <groupId>org.argeo.commons</groupId>
41 <artifactId>org.argeo.api.cms</artifactId>
42 <version>2.3-SNAPSHOT</version>
43 </dependency>
44
45 <!-- CMS -->
46 <!-- <dependency> -->
47 <!-- <groupId>org.argeo.commons</groupId> -->
48 <!-- <artifactId>org.argeo.cms.tp</artifactId> -->
49 <!-- <version>2.3-SNAPSHOT</version> -->
50 <!-- </dependency> -->
51 <dependency>
52 <groupId>org.argeo.commons</groupId>
53 <artifactId>org.argeo.cms</artifactId>
54 <version>2.3-SNAPSHOT</version>
55 </dependency>
56 <dependency>
57 <groupId>org.argeo.commons</groupId>
58 <artifactId>org.argeo.cms.pgsql</artifactId>
59 <version>2.3-SNAPSHOT</version>
60 </dependency>
61
62 <!-- Third Parties -->
63
64 <!-- <dependency> -->
65 <!-- <groupId>org.argeo.tp.apache</groupId> -->
66 <!-- <artifactId>org.apache.log4j</artifactId> -->
67 <!-- </dependency> -->
68 <!-- <dependency> -->
69 <!-- <groupId>org.argeo.tp.misc</groupId> -->
70 <!-- <artifactId>org.slf4j.log4j12</artifactId> -->
71 <!-- </dependency> -->
72 <dependency>
73 <groupId>org.argeo.tp.misc</groupId>
74 <artifactId>org.slf4j.api</artifactId>
75 </dependency>
76 <!-- <dependency> -->
77 <!-- <groupId>org.argeo.tp.misc</groupId> -->
78 <!-- <artifactId>slf4j.osgi</artifactId> -->
79 <!-- </dependency> -->
80 <dependency>
81 <groupId>org.argeo.tp.misc</groupId>
82 <artifactId>org.slf4j.commons.logging</artifactId>
83 </dependency>
84
85 <!-- OSGi annotations -->
86 <!-- <dependency> -->
87 <!-- <groupId>org.argeo.tp.sdk</groupId> -->
88 <!-- <artifactId>osgi.annotation</artifactId> -->
89 <!-- </dependency> -->
90 <!-- <dependency> -->
91 <!-- <groupId>org.argeo.tp.sdk</groupId> -->
92 <!-- <artifactId>org.osgi.service.metatype.annotations</artifactId> -->
93 <!-- </dependency> -->
94 <!-- <dependency> -->
95 <!-- <groupId>org.argeo.tp.sdk</groupId> -->
96 <!-- <artifactId>org.osgi.service.component.annotations</artifactId> -->
97 <!-- </dependency> -->
98
99 <!-- Bouncycastle -->
100 <dependency>
101 <groupId>org.argeo.tp.bouncycastle</groupId>
102 <artifactId>bcprov</artifactId>
103 </dependency>
104 <dependency>
105 <groupId>org.argeo.tp.bouncycastle</groupId>
106 <artifactId>bcpkix</artifactId>
107 </dependency>
108 <dependency>
109 <groupId>org.argeo.tp.bouncycastle</groupId>
110 <artifactId>bcpg</artifactId>
111 </dependency>
112
113 <!-- Apache Commons -->
114 <dependency>
115 <groupId>org.argeo.tp.apache.commons</groupId>
116 <artifactId>org.apache.commons.io</artifactId>
117 </dependency>
118 <dependency>
119 <groupId>org.argeo.tp.apache.commons</groupId>
120 <artifactId>org.apache.commons.cli</artifactId>
121 </dependency>
122 <dependency>
123 <groupId>org.argeo.tp.apache.commons</groupId>
124 <artifactId>org.apache.commons.codec</artifactId>
125 </dependency>
126 <dependency>
127 <groupId>org.argeo.tp.apache.commons</groupId>
128 <artifactId>org.apache.commons.httpclient</artifactId>
129 </dependency>
130
131 <!-- Equinox -->
132 <dependency>
133 <groupId>org.argeo.tp.equinox</groupId>
134 <artifactId>org.eclipse.osgi.util</artifactId>
135 </dependency>
136 <dependency>
137 <groupId>org.argeo.tp.equinox</groupId>
138 <artifactId>org.eclipse.equinox.util</artifactId>
139 </dependency>
140 <dependency>
141 <groupId>org.argeo.tp.equinox</groupId>
142 <artifactId>org.eclipse.equinox.cm</artifactId>
143 </dependency>
144 <dependency>
145 <groupId>org.argeo.tp.equinox</groupId>
146 <artifactId>org.eclipse.osgi.services</artifactId>
147 </dependency>
148 <dependency>
149 <groupId>org.argeo.tp.equinox</groupId>
150 <artifactId>org.eclipse.equinox.registry</artifactId>
151 </dependency>
152 <dependency>
153 <groupId>org.argeo.tp.equinox</groupId>
154 <artifactId>org.eclipse.equinox.preferences</artifactId>
155 </dependency>
156 <dependency>
157 <groupId>org.argeo.tp.equinox</groupId>
158 <artifactId>org.eclipse.equinox.common</artifactId>
159 </dependency>
160 <dependency>
161 <groupId>org.argeo.tp.equinox</groupId>
162 <artifactId>org.eclipse.equinox.event</artifactId>
163 </dependency>
164 <dependency>
165 <groupId>org.argeo.tp.equinox</groupId>
166 <artifactId>org.eclipse.equinox.app</artifactId>
167 </dependency>
168 <dependency>
169 <groupId>org.argeo.tp.equinox</groupId>
170 <artifactId>org.eclipse.equinox.ds</artifactId>
171 </dependency>
172 <dependency>
173 <groupId>org.argeo.tp.equinox</groupId>
174 <artifactId>org.eclipse.equinox.metatype</artifactId>
175 </dependency>
176
177 <!-- Equinox Console -->
178 <dependency>
179 <groupId>org.argeo.tp.apache.felix</groupId>
180 <artifactId>org.apache.felix.scr</artifactId>
181 </dependency>
182 <dependency>
183 <groupId>org.argeo.tp.apache.felix</groupId>
184 <artifactId>org.apache.felix.gogo.runtime</artifactId>
185 </dependency>
186 <dependency>
187 <groupId>org.argeo.tp.apache.felix</groupId>
188 <artifactId>org.apache.felix.gogo.shell</artifactId>
189 </dependency>
190 <dependency>
191 <groupId>org.argeo.tp.equinox</groupId>
192 <artifactId>org.eclipse.equinox.console</artifactId>
193 </dependency>
194
195 <!-- Servlet -->
196 <dependency>
197 <groupId>org.argeo.tp.javax</groupId>
198 <artifactId>javax.servlet</artifactId>
199 </dependency>
200
201 <!-- HTTP Server -->
202 <dependency>
203 <groupId>org.argeo.tp.equinox</groupId>
204 <artifactId>org.eclipse.equinox.http.servlet</artifactId>
205 </dependency>
206 <dependency>
207 <groupId>org.argeo.tp.equinox</groupId>
208 <artifactId>org.eclipse.equinox.http.jetty</artifactId>
209 </dependency>
210
211 <!-- Jetty -->
212 <dependency>
213 <groupId>org.argeo.tp.jetty</groupId>
214 <artifactId>org.eclipse.jetty.client</artifactId>
215 </dependency>
216 <dependency>
217 <groupId>org.argeo.tp.jetty</groupId>
218 <artifactId>org.eclipse.jetty.continuation</artifactId>
219 </dependency>
220 <dependency>
221 <groupId>org.argeo.tp.jetty</groupId>
222 <artifactId>org.eclipse.jetty.http</artifactId>
223 </dependency>
224 <dependency>
225 <groupId>org.argeo.tp.jetty</groupId>
226 <artifactId>org.eclipse.jetty.io</artifactId>
227 </dependency>
228 <dependency>
229 <groupId>org.argeo.tp.jetty</groupId>
230 <artifactId>org.eclipse.jetty.jmx</artifactId>
231 </dependency>
232 <dependency>
233 <groupId>org.argeo.tp.jetty</groupId>
234 <artifactId>org.eclipse.jetty.security</artifactId>
235 </dependency>
236 <dependency>
237 <groupId>org.argeo.tp.jetty</groupId>
238 <artifactId>org.eclipse.jetty.server</artifactId>
239 </dependency>
240 <dependency>
241 <groupId>org.argeo.tp.jetty</groupId>
242 <artifactId>org.eclipse.jetty.servlet</artifactId>
243 </dependency>
244 <dependency>
245 <groupId>org.argeo.tp.jetty</groupId>
246 <artifactId>org.eclipse.jetty.servlets</artifactId>
247 </dependency>
248 <dependency>
249 <groupId>org.argeo.tp.jetty</groupId>
250 <artifactId>org.eclipse.jetty.util</artifactId>
251 </dependency>
252 <dependency>
253 <groupId>org.argeo.tp.jetty</groupId>
254 <artifactId>org.eclipse.jetty.xml</artifactId>
255 </dependency>
256
257 <!-- Database drivers -->
258 <dependency>
259 <groupId>org.argeo.tp.misc</groupId>
260 <artifactId>org.postgresql.jdbc42</artifactId>
261 </dependency>
262 </dependencies>
263
264 <profiles>
265 <profile>
266 <id>rpmbuild</id>
267 <build>
268 <plugins>
269 <plugin>
270 <artifactId>maven-assembly-plugin</artifactId>
271 <executions>
272 <execution>
273 <id>prepare-source</id>
274 <phase>package</phase>
275 <goals>
276 <goal>single</goal>
277 </goals>
278 <configuration>
279 <descriptorRefs>
280 <descriptorRef>a2-source</descriptorRef>
281 </descriptorRefs>
282 </configuration>
283 </execution>
284 </executions>
285 </plugin>
286 <plugin>
287 <groupId>org.codehaus.mojo</groupId>
288 <artifactId>rpm-maven-plugin</artifactId>
289 <executions>
290 <execution>
291 <id>rpm-argeo</id>
292 <phase>package</phase>
293 <goals>
294 <goal>rpm</goal>
295 </goals>
296 <configuration>
297 <name>argeo-cms-base${argeo.rpm.suffix}</name>
298 <mappings>
299 <mapping>
300 <directory>/usr/share/osgi</directory>
301 <username>root</username>
302 <groupname>root</groupname>
303 <filemode>644</filemode>
304 <directoryIncluded>false</directoryIncluded>
305 <sources>
306 <source>
307 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
308 <includes>
309 <include>**/*.jar</include>
310 </includes>
311 </source>
312 </sources>
313 </mapping>
314 </mappings>
315 <requires>
316 <require>argeo-cms-base-tp${argeo.rpm.suffix}</require>
317 <require>argeo-osgi-boot${argeo.rpm.suffix}</require>
318 </requires>
319 </configuration>
320 </execution>
321 </executions>
322 </plugin>
323 </plugins>
324 </build>
325 </profile>
326 <profile>
327 <id>rpmbuild-tp</id>
328 <build>
329 <plugins>
330 <plugin>
331 <artifactId>maven-assembly-plugin</artifactId>
332 <executions>
333 <execution>
334 <id>prepare-source-tp</id>
335 <phase>package</phase>
336 <goals>
337 <goal>single</goal>
338 </goals>
339 <configuration>
340 <descriptorRefs>
341 <descriptorRef>a2-source-tp</descriptorRef>
342 </descriptorRefs>
343 </configuration>
344 </execution>
345 </executions>
346 </plugin>
347 <plugin>
348 <groupId>org.codehaus.mojo</groupId>
349 <artifactId>rpm-maven-plugin</artifactId>
350 <executions>
351 <execution>
352 <id>rpm-tp</id>
353 <phase>package</phase>
354 <goals>
355 <goal>rpm</goal>
356 </goals>
357 <configuration>
358 <name>argeo-cms-base-tp${argeo.rpm.suffix}</name>
359 <projversion>${version.argeo-tp}</projversion>
360 <release>${argeo.rpm.release.tp}</release>
361 <mappings>
362 <mapping>
363 <directory>/usr/share/osgi</directory>
364 <username>root</username>
365 <groupname>root</groupname>
366 <filemode>644</filemode>
367 <directoryIncluded>false</directoryIncluded>
368 <sources>
369 <source>
370 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
371 <includes>
372 <include>**/*.jar</include>
373 </includes>
374 </source>
375 </sources>
376 </mapping>
377 </mappings>
378 </configuration>
379 </execution>
380 </executions>
381 </plugin>
382 </plugins>
383 </build>
384 </profile>
385 </profiles>
386 </project>