]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
e2543495d8e4ed072e0434f7b63a9c1639525b2d
[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.79</version>
7 <artifactId>dep</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.dep.cms.node</artifactId>
11 <name>CMS Node</name>
12 <dependencies>
13
14 <!-- Parent dependencies -->
15 <dependency>
16 <groupId>org.argeo.commons</groupId>
17 <artifactId>org.argeo.dep.cms.client</artifactId>
18 <version>2.1.79</version>
19 <type>pom</type>
20 </dependency>
21
22 <!-- Argeo Commons -->
23 <dependency>
24 <groupId>org.argeo.commons</groupId>
25 <artifactId>org.argeo.node.api</artifactId>
26 <version>2.1.79</version>
27 </dependency>
28 <dependency>
29 <groupId>org.argeo.commons</groupId>
30 <artifactId>org.argeo.cms</artifactId>
31 <version>2.1.79</version>
32 </dependency>
33 <dependency>
34 <groupId>org.argeo.commons</groupId>
35 <artifactId>org.argeo.ext.jackrabbit</artifactId>
36 <version>2.1.79</version>
37 </dependency>
38 <dependency>
39 <groupId>org.argeo.commons</groupId>
40 <artifactId>org.argeo.ext.equinox.jetty</artifactId>
41 <version>2.1.79</version>
42 </dependency>
43
44 <!-- CMS Dependencies -->
45 <!-- <dependency> -->
46 <!-- <groupId>org.argeo.tp.misc</groupId> -->
47 <!-- <artifactId>bitronix.tm</artifactId> -->
48 <!-- </dependency> -->
49 <!-- <dependency> -->
50 <!-- <groupId>org.argeo.tp.misc</groupId> -->
51 <!-- <artifactId>org.joda.time</artifactId> -->
52 <!-- </dependency> -->
53
54 <!-- Javax -->
55 <dependency>
56 <groupId>org.argeo.tp.javax</groupId>
57 <artifactId>javax.annotation</artifactId>
58 </dependency>
59 <dependency>
60 <groupId>org.argeo.tp.javax</groupId>
61 <artifactId>javax.inject</artifactId>
62 </dependency>
63
64 <!-- Database drivers -->
65 <dependency>
66 <groupId>org.argeo.tp.misc</groupId>
67 <artifactId>org.postgresql.jdbc42</artifactId>
68 </dependency>
69
70 <!-- Third Parties -->
71 <dependency>
72 <groupId>org.argeo.tp.misc</groupId>
73 <artifactId>com.google.gson</artifactId>
74 </dependency>
75
76 <!-- Flexmark -->
77 <dependency>
78 <groupId>org.argeo.tp.misc</groupId>
79 <artifactId>com.vladsch.flexmark</artifactId>
80 </dependency>
81 <dependency>
82 <groupId>org.argeo.tp.misc</groupId>
83 <artifactId>com.vladsch.flexmark.util</artifactId>
84 </dependency>
85 <dependency>
86 <groupId>org.argeo.tp.misc</groupId>
87 <artifactId>com.vladsch.flexmark.formatter</artifactId>
88 </dependency>
89
90 <!-- Aries -->
91 <!-- <dependency> -->
92 <!-- <groupId>org.argeo.tp.apache</groupId> -->
93 <!-- <artifactId>org.apache.aries.util</artifactId> -->
94 <!-- </dependency> -->
95 <!-- <dependency> -->
96 <!-- <groupId>org.argeo.tp.apache</groupId> -->
97 <!-- <artifactId>org.apache.aries.spifly.dynamic.bundle</artifactId> -->
98 <!-- </dependency> -->
99
100 <!-- HTTP Server -->
101 <dependency>
102 <groupId>org.argeo.tp.equinox</groupId>
103 <artifactId>org.eclipse.equinox.http.servlet</artifactId>
104 </dependency>
105 <dependency>
106 <groupId>org.argeo.tp.equinox</groupId>
107 <artifactId>org.eclipse.equinox.http.jetty</artifactId>
108 </dependency>
109
110 <!-- Jetty -->
111 <dependency>
112 <groupId>org.argeo.tp.jetty</groupId>
113 <artifactId>org.eclipse.jetty.client</artifactId>
114 </dependency>
115 <dependency>
116 <groupId>org.argeo.tp.jetty</groupId>
117 <artifactId>org.eclipse.jetty.continuation</artifactId>
118 </dependency>
119 <dependency>
120 <groupId>org.argeo.tp.jetty</groupId>
121 <artifactId>org.eclipse.jetty.http</artifactId>
122 </dependency>
123 <dependency>
124 <groupId>org.argeo.tp.jetty</groupId>
125 <artifactId>org.eclipse.jetty.io</artifactId>
126 </dependency>
127 <dependency>
128 <groupId>org.argeo.tp.jetty</groupId>
129 <artifactId>org.eclipse.jetty.jmx</artifactId>
130 </dependency>
131 <dependency>
132 <groupId>org.argeo.tp.jetty</groupId>
133 <artifactId>org.eclipse.jetty.security</artifactId>
134 </dependency>
135 <dependency>
136 <groupId>org.argeo.tp.jetty</groupId>
137 <artifactId>org.eclipse.jetty.server</artifactId>
138 </dependency>
139 <dependency>
140 <groupId>org.argeo.tp.jetty</groupId>
141 <artifactId>org.eclipse.jetty.servlet</artifactId>
142 </dependency>
143 <dependency>
144 <groupId>org.argeo.tp.jetty</groupId>
145 <artifactId>org.eclipse.jetty.servlets</artifactId>
146 </dependency>
147 <dependency>
148 <groupId>org.argeo.tp.jetty</groupId>
149 <artifactId>org.eclipse.jetty.util</artifactId>
150 </dependency>
151 <dependency>
152 <groupId>org.argeo.tp.jetty</groupId>
153 <artifactId>org.eclipse.jetty.xml</artifactId>
154 </dependency>
155
156 <!-- HTTP2 -->
157 <dependency>
158 <groupId>org.argeo.tp.jetty</groupId>
159 <artifactId>org.eclipse.jetty.alpn.api</artifactId>
160 </dependency>
161 <dependency>
162 <groupId>org.argeo.tp.jetty</groupId>
163 <artifactId>org.eclipse.jetty.alpn.client</artifactId>
164 </dependency>
165 <dependency>
166 <groupId>org.argeo.tp.jetty</groupId>
167 <artifactId>org.eclipse.jetty.alpn.server</artifactId>
168 </dependency>
169 <dependency>
170 <groupId>org.argeo.tp.jetty</groupId>
171 <artifactId>org.eclipse.jetty.http2.common</artifactId>
172 </dependency>
173 <dependency>
174 <groupId>org.argeo.tp.jetty</groupId>
175 <artifactId>org.eclipse.jetty.http2.client</artifactId>
176 </dependency>
177 <dependency>
178 <groupId>org.argeo.tp.jetty</groupId>
179 <artifactId>org.eclipse.jetty.http2.client.http</artifactId>
180 </dependency>
181 <dependency>
182 <groupId>org.argeo.tp.jetty</groupId>
183 <artifactId>org.eclipse.jetty.http2.server</artifactId>
184 </dependency>
185 <dependency>
186 <groupId>org.argeo.tp.jetty</groupId>
187 <artifactId>org.eclipse.jetty.http2.hpack</artifactId>
188 </dependency>
189
190 <!-- Async -->
191 <dependency>
192 <groupId>org.argeo.tp.javax</groupId>
193 <artifactId>javax.websocket</artifactId>
194 </dependency>
195 <dependency>
196 <groupId>org.argeo.tp.jetty</groupId>
197 <artifactId>org.eclipse.jetty.websocket.api</artifactId>
198 </dependency>
199 <dependency>
200 <groupId>org.argeo.tp.jetty</groupId>
201 <artifactId>org.eclipse.jetty.websocket.common</artifactId>
202 </dependency>
203 <dependency>
204 <groupId>org.argeo.tp.jetty</groupId>
205 <artifactId>org.eclipse.jetty.websocket.client</artifactId>
206 </dependency>
207 <dependency>
208 <groupId>org.argeo.tp.jetty</groupId>
209 <artifactId>org.eclipse.jetty.websocket.server</artifactId>
210 </dependency>
211 <dependency>
212 <groupId>org.argeo.tp.jetty</groupId>
213 <artifactId>org.eclipse.jetty.websocket.servlet</artifactId>
214 </dependency>
215 <dependency>
216 <groupId>org.argeo.tp.jetty</groupId>
217 <artifactId>org.eclipse.jetty.websocket.javax.websocket</artifactId>
218 </dependency>
219 <dependency>
220 <groupId>org.argeo.tp.jetty</groupId>
221 <artifactId>org.eclipse.jetty.websocket.javax.websocket.server</artifactId>
222 </dependency>
223 </dependencies>
224
225 <profiles>
226 <profile>
227 <id>rpmbuild</id>
228 <build>
229 <plugins>
230 <plugin>
231 <artifactId>maven-assembly-plugin</artifactId>
232 <executions>
233 <execution>
234 <id>prepare-source</id>
235 <phase>package</phase>
236 <goals>
237 <goal>single</goal>
238 </goals>
239 <configuration>
240 <descriptorRefs>
241 <descriptorRef>a2-source</descriptorRef>
242 </descriptorRefs>
243 </configuration>
244 </execution>
245 </executions>
246 </plugin>
247
248 <!-- <plugin> -->
249 <!-- <groupId>org.apache.maven.plugins</groupId> -->
250 <!-- <artifactId>maven-dependency-plugin</artifactId> -->
251 <!-- <executions> -->
252 <!-- <execution> -->
253 <!-- <id>copy-argeo</id> -->
254 <!-- <phase>package</phase> -->
255 <!-- <goals> -->
256 <!-- <goal>copy-dependencies</goal> -->
257 <!-- </goals> -->
258 <!-- <configuration> -->
259 <!-- <includeTypes>jar</includeTypes> -->
260 <!-- <outputDirectory>${project.build.directory}/lib-argeo</outputDirectory> -->
261 <!-- <includeGroupIds>org.argeo.commons</includeGroupIds> -->
262 <!-- <excludeTransitive>true</excludeTransitive> -->
263 <!-- <excludeArtifactIds>org.argeo.dep.cms.client</excludeArtifactIds> -->
264 <!-- <includeTypes>jar</includeTypes> -->
265 <!-- <includeScope>runtime</includeScope> -->
266 <!-- <useRepositoryLayout>true</useRepositoryLayout> -->
267 <!-- </configuration> -->
268 <!-- </execution> -->
269 <!-- </executions> -->
270 <!-- </plugin> -->
271 <plugin>
272 <groupId>org.codehaus.mojo</groupId>
273 <artifactId>rpm-maven-plugin</artifactId>
274 <executions>
275 <execution>
276 <id>rpm-argeo</id>
277 <phase>package</phase>
278 <goals>
279 <goal>rpm</goal>
280 </goals>
281 <configuration>
282 <name>argeo-cms-node</name>
283 <mappings>
284 <mapping>
285 <directory>/usr/share/osgi</directory>
286 <username>root</username>
287 <groupname>root</groupname>
288 <filemode>644</filemode>
289 <directoryIncluded>false</directoryIncluded>
290 <sources>
291 <source>
292 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
293 <includes>
294 <include>**/*.jar</include>
295 </includes>
296 </source>
297 </sources>
298 </mapping>
299 <!-- <mapping> -->
300 <!-- <directory>/usr/share/osgi/org/argeo/commons/${project.artifactId}/${project.version}</directory> -->
301 <!-- <username>root</username> -->
302 <!-- <groupname>root</groupname> -->
303 <!-- <directoryIncluded>false</directoryIncluded> -->
304 <!-- <artifact /> -->
305 <!-- </mapping> -->
306 </mappings>
307 <requires>
308 <require>argeo-cms-client</require>
309 <require>argeo-cms-node-tp</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.apache.maven.plugins</groupId> -->
341 <!-- <artifactId>maven-dependency-plugin</artifactId> -->
342 <!-- <executions> -->
343 <!-- <execution> -->
344 <!-- <id>copy-tp</id> -->
345 <!-- <phase>package</phase> -->
346 <!-- <goals> -->
347 <!-- <goal>copy-dependencies</goal> -->
348 <!-- </goals> -->
349 <!-- <configuration> -->
350 <!-- <includeTypes>jar</includeTypes> -->
351 <!-- <outputDirectory>${project.build.directory}/lib-tp</outputDirectory> -->
352 <!-- <excludeGroupIds>org.argeo.commons</excludeGroupIds> -->
353 <!-- <excludeTransitive>true</excludeTransitive> -->
354 <!-- <includeTypes>jar</includeTypes> -->
355 <!-- <includeScope>runtime</includeScope> -->
356 <!-- <useRepositoryLayout>true</useRepositoryLayout> -->
357 <!-- </configuration> -->
358 <!-- </execution> -->
359 <!-- </executions> -->
360 <!-- </plugin> -->
361 <plugin>
362 <groupId>org.codehaus.mojo</groupId>
363 <artifactId>rpm-maven-plugin</artifactId>
364 <executions>
365 <execution>
366 <id>rpm-tp</id>
367 <phase>package</phase>
368 <goals>
369 <goal>rpm</goal>
370 </goals>
371 <configuration>
372 <name>argeo-cms-node-tp</name>
373 <projversion>${version.argeo-tp}</projversion>
374 <mappings>
375 <mapping>
376 <directory>/usr/share/osgi</directory>
377 <username>root</username>
378 <groupname>root</groupname>
379 <filemode>644</filemode>
380 <directoryIncluded>false</directoryIncluded>
381 <sources>
382 <source>
383 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
384 <includes>
385 <include>**/*.jar</include>
386 </includes>
387 </source>
388 </sources>
389 </mapping>
390 </mappings>
391 <requires>
392 <require>argeo-cms-client-tp</require>
393 </requires>
394 </configuration>
395 </execution>
396 </executions>
397 </plugin>
398 </plugins>
399 </build>
400 </profile>
401 </profiles>
402 </project>