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