]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/org.argeo.dep.cms.node/pom.xml
Deploy Java 11.
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms.node / 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.89-SNAPSHOT</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.89-SNAPSHOT</version>
19 <type>pom</type>
20 </dependency>
21
22 <!-- Argeo Commons -->
23 <dependency>
24 <groupId>org.argeo.commons</groupId>
25 <artifactId>org.argeo.api</artifactId>
26 <version>2.1.89-SNAPSHOT</version>
27 </dependency>
28 <dependency>
29 <groupId>org.argeo.commons</groupId>
30 <artifactId>org.argeo.cms</artifactId>
31 <version>2.1.89-SNAPSHOT</version>
32 </dependency>
33 <dependency>
34 <groupId>org.argeo.commons</groupId>
35 <artifactId>org.argeo.maintenance</artifactId>
36 <version>2.1.89-SNAPSHOT</version>
37 </dependency>
38 <!-- <dependency> -->
39 <!-- <groupId>org.argeo.commons</groupId> -->
40 <!-- <artifactId>org.argeo.ext.jackrabbit</artifactId> -->
41 <!-- <version>2.1.89-SNAPSHOT</version> -->
42 <!-- </dependency> -->
43 <dependency>
44 <groupId>org.argeo.commons</groupId>
45 <artifactId>org.argeo.ext.equinox.jetty</artifactId>
46 <version>2.1.89-SNAPSHOT</version>
47 </dependency>
48
49 <!-- CMS Dependencies -->
50 <!-- <dependency> -->
51 <!-- <groupId>org.argeo.tp.misc</groupId> -->
52 <!-- <artifactId>bitronix.tm</artifactId> -->
53 <!-- </dependency> -->
54 <!-- <dependency> -->
55 <!-- <groupId>org.argeo.tp.misc</groupId> -->
56 <!-- <artifactId>org.joda.time</artifactId> -->
57 <!-- </dependency> -->
58
59 <!-- Javax -->
60 <dependency>
61 <groupId>org.argeo.tp.javax</groupId>
62 <artifactId>javax.annotation</artifactId>
63 </dependency>
64 <dependency>
65 <groupId>org.argeo.tp.javax</groupId>
66 <artifactId>javax.inject</artifactId>
67 </dependency>
68
69 <!-- Database drivers -->
70 <dependency>
71 <groupId>org.argeo.tp.misc</groupId>
72 <artifactId>org.postgresql.jdbc42</artifactId>
73 </dependency>
74
75 <!-- Third Parties -->
76 <dependency>
77 <groupId>org.argeo.tp.misc</groupId>
78 <artifactId>com.google.gson</artifactId>
79 </dependency>
80
81 <!-- Aries -->
82 <!-- <dependency> -->
83 <!-- <groupId>org.argeo.tp.apache</groupId> -->
84 <!-- <artifactId>org.apache.aries.util</artifactId> -->
85 <!-- </dependency> -->
86 <!-- <dependency> -->
87 <!-- <groupId>org.argeo.tp.apache</groupId> -->
88 <!-- <artifactId>org.apache.aries.spifly.dynamic.bundle</artifactId> -->
89 <!-- </dependency> -->
90
91 <!-- HTTP Server -->
92 <dependency>
93 <groupId>org.argeo.tp.equinox</groupId>
94 <artifactId>org.eclipse.equinox.http.servlet</artifactId>
95 </dependency>
96 <dependency>
97 <groupId>org.argeo.tp.equinox</groupId>
98 <artifactId>org.eclipse.equinox.http.jetty</artifactId>
99 </dependency>
100
101 <!-- Jetty -->
102 <dependency>
103 <groupId>org.argeo.tp.jetty</groupId>
104 <artifactId>org.eclipse.jetty.client</artifactId>
105 </dependency>
106 <dependency>
107 <groupId>org.argeo.tp.jetty</groupId>
108 <artifactId>org.eclipse.jetty.continuation</artifactId>
109 </dependency>
110 <dependency>
111 <groupId>org.argeo.tp.jetty</groupId>
112 <artifactId>org.eclipse.jetty.http</artifactId>
113 </dependency>
114 <dependency>
115 <groupId>org.argeo.tp.jetty</groupId>
116 <artifactId>org.eclipse.jetty.io</artifactId>
117 </dependency>
118 <dependency>
119 <groupId>org.argeo.tp.jetty</groupId>
120 <artifactId>org.eclipse.jetty.jmx</artifactId>
121 </dependency>
122 <dependency>
123 <groupId>org.argeo.tp.jetty</groupId>
124 <artifactId>org.eclipse.jetty.security</artifactId>
125 </dependency>
126 <dependency>
127 <groupId>org.argeo.tp.jetty</groupId>
128 <artifactId>org.eclipse.jetty.server</artifactId>
129 </dependency>
130 <dependency>
131 <groupId>org.argeo.tp.jetty</groupId>
132 <artifactId>org.eclipse.jetty.servlet</artifactId>
133 </dependency>
134 <dependency>
135 <groupId>org.argeo.tp.jetty</groupId>
136 <artifactId>org.eclipse.jetty.servlets</artifactId>
137 </dependency>
138 <dependency>
139 <groupId>org.argeo.tp.jetty</groupId>
140 <artifactId>org.eclipse.jetty.util</artifactId>
141 </dependency>
142 <dependency>
143 <groupId>org.argeo.tp.jetty</groupId>
144 <artifactId>org.eclipse.jetty.xml</artifactId>
145 </dependency>
146
147 <!-- HTTP2 -->
148 <dependency>
149 <groupId>org.argeo.tp.jetty</groupId>
150 <artifactId>org.eclipse.jetty.alpn.api</artifactId>
151 </dependency>
152 <dependency>
153 <groupId>org.argeo.tp.jetty</groupId>
154 <artifactId>org.eclipse.jetty.alpn.client</artifactId>
155 </dependency>
156 <dependency>
157 <groupId>org.argeo.tp.jetty</groupId>
158 <artifactId>org.eclipse.jetty.alpn.server</artifactId>
159 </dependency>
160 <dependency>
161 <groupId>org.argeo.tp.jetty</groupId>
162 <artifactId>org.eclipse.jetty.http2.common</artifactId>
163 </dependency>
164 <dependency>
165 <groupId>org.argeo.tp.jetty</groupId>
166 <artifactId>org.eclipse.jetty.http2.client</artifactId>
167 </dependency>
168 <dependency>
169 <groupId>org.argeo.tp.jetty</groupId>
170 <artifactId>org.eclipse.jetty.http2.client.http</artifactId>
171 </dependency>
172 <dependency>
173 <groupId>org.argeo.tp.jetty</groupId>
174 <artifactId>org.eclipse.jetty.http2.server</artifactId>
175 </dependency>
176 <dependency>
177 <groupId>org.argeo.tp.jetty</groupId>
178 <artifactId>org.eclipse.jetty.http2.hpack</artifactId>
179 </dependency>
180
181 <!-- Async -->
182 <dependency>
183 <groupId>org.argeo.tp.javax</groupId>
184 <artifactId>javax.websocket</artifactId>
185 </dependency>
186 <dependency>
187 <groupId>org.argeo.tp.jetty</groupId>
188 <artifactId>org.eclipse.jetty.websocket.api</artifactId>
189 </dependency>
190 <dependency>
191 <groupId>org.argeo.tp.jetty</groupId>
192 <artifactId>org.eclipse.jetty.websocket.common</artifactId>
193 </dependency>
194 <dependency>
195 <groupId>org.argeo.tp.jetty</groupId>
196 <artifactId>org.eclipse.jetty.websocket.client</artifactId>
197 </dependency>
198 <dependency>
199 <groupId>org.argeo.tp.jetty</groupId>
200 <artifactId>org.eclipse.jetty.websocket.server</artifactId>
201 </dependency>
202 <dependency>
203 <groupId>org.argeo.tp.jetty</groupId>
204 <artifactId>org.eclipse.jetty.websocket.servlet</artifactId>
205 </dependency>
206 <dependency>
207 <groupId>org.argeo.tp.jetty</groupId>
208 <artifactId>org.eclipse.jetty.websocket.javax.websocket</artifactId>
209 </dependency>
210 <dependency>
211 <groupId>org.argeo.tp.jetty</groupId>
212 <artifactId>org.eclipse.jetty.websocket.javax.websocket.server</artifactId>
213 </dependency>
214 </dependencies>
215
216 <profiles>
217 <profile>
218 <id>rpmbuild</id>
219 <build>
220 <plugins>
221 <plugin>
222 <artifactId>maven-assembly-plugin</artifactId>
223 <executions>
224 <execution>
225 <id>prepare-source</id>
226 <phase>package</phase>
227 <goals>
228 <goal>single</goal>
229 </goals>
230 <configuration>
231 <descriptorRefs>
232 <descriptorRef>a2-source</descriptorRef>
233 </descriptorRefs>
234 </configuration>
235 </execution>
236 </executions>
237 </plugin>
238 <plugin>
239 <groupId>org.codehaus.mojo</groupId>
240 <artifactId>rpm-maven-plugin</artifactId>
241 <executions>
242 <execution>
243 <id>rpm-argeo</id>
244 <phase>package</phase>
245 <goals>
246 <goal>rpm</goal>
247 </goals>
248 <configuration>
249 <name>argeo-cms-node</name>
250 <mappings>
251 <mapping>
252 <directory>/usr/share/osgi</directory>
253 <username>root</username>
254 <groupname>root</groupname>
255 <filemode>644</filemode>
256 <directoryIncluded>false</directoryIncluded>
257 <sources>
258 <source>
259 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
260 <includes>
261 <include>**/*.jar</include>
262 </includes>
263 </source>
264 </sources>
265 </mapping>
266 </mappings>
267 <requires>
268 <require>argeo-cms-client</require>
269 <require>argeo-cms-node-tp</require>
270 </requires>
271 </configuration>
272 </execution>
273 </executions>
274 </plugin>
275 </plugins>
276 </build>
277 </profile>
278 <profile>
279 <id>rpmbuild-tp</id>
280 <build>
281 <plugins>
282 <plugin>
283 <artifactId>maven-assembly-plugin</artifactId>
284 <executions>
285 <execution>
286 <id>prepare-source-tp</id>
287 <phase>package</phase>
288 <goals>
289 <goal>single</goal>
290 </goals>
291 <configuration>
292 <descriptorRefs>
293 <descriptorRef>a2-source-tp</descriptorRef>
294 </descriptorRefs>
295 </configuration>
296 </execution>
297 </executions>
298 </plugin>
299 <plugin>
300 <groupId>org.codehaus.mojo</groupId>
301 <artifactId>rpm-maven-plugin</artifactId>
302 <executions>
303 <execution>
304 <id>rpm-tp</id>
305 <phase>package</phase>
306 <goals>
307 <goal>rpm</goal>
308 </goals>
309 <configuration>
310 <name>argeo-cms-node-tp</name>
311 <projversion>${version.argeo-tp}</projversion>
312 <release>${maven.build.timestamp}</release>
313 <mappings>
314 <mapping>
315 <directory>/usr/share/osgi</directory>
316 <username>root</username>
317 <groupname>root</groupname>
318 <filemode>644</filemode>
319 <directoryIncluded>false</directoryIncluded>
320 <sources>
321 <source>
322 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
323 <includes>
324 <include>**/*.jar</include>
325 </includes>
326 </source>
327 </sources>
328 </mapping>
329 </mappings>
330 <requires>
331 <require>argeo-cms-client-tp</require>
332 </requires>
333 </configuration>
334 </execution>
335 </executions>
336 </plugin>
337 </plugins>
338 </build>
339 </profile>
340 </profiles>
341 </project>