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