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