]> git.argeo.org Git - lgpl/argeo-commons.git/blob - security/dep/org.argeo.security.dep.node/pom.xml
[maven-release-plugin] copy for tag argeo-commons-1.1.1
[lgpl/argeo-commons.git] / security / dep / org.argeo.security.dep.node / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?><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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons.security</groupId>
5 <version>1.1.1</version>
6 <artifactId>dep</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.security.dep.node</artifactId>
10 <name>Node Backend</name>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.argeo.maven.plugins</groupId>
15 <artifactId>maven-argeo-osgi-plugin</artifactId>
16 <executions>
17 <execution>
18 <id>generate-descriptors</id>
19 <goals>
20 <goal>descriptors</goal>
21 </goals>
22 <phase>generate-resources</phase>
23 </execution>
24 </executions>
25 </plugin>
26 </plugins>
27 </build>
28 <dependencies>
29 <!-- Base runtime -->
30 <dependency>
31 <groupId>org.argeo.commons.osgi</groupId>
32 <artifactId>org.argeo.osgi.dep.stdruntime</artifactId>
33 <version>1.1.1</version>
34 <type>pom</type>
35 </dependency>
36
37 <!-- Argeo Security -->
38 <dependency>
39 <groupId>org.argeo.commons.security</groupId>
40 <artifactId>org.argeo.security.core</artifactId>
41 <version>1.1.1</version>
42 </dependency>
43 <dependency>
44 <groupId>org.argeo.commons.security</groupId>
45 <artifactId>org.argeo.security.mvc</artifactId>
46 <version>1.1.1</version>
47 </dependency>
48
49 <!-- Xerces and Xalan -->
50 <dependency>
51 <groupId>org.argeo.tp</groupId>
52 <artifactId>org.apache.xmlcommons</artifactId>
53 </dependency>
54 <dependency>
55 <groupId>org.argeo.tp</groupId>
56 <artifactId>org.apache.xalan</artifactId>
57 </dependency>
58
59 <!-- Javax -->
60 <dependency>
61 <groupId>org.argeo.tp</groupId>
62 <artifactId>javax.annotation</artifactId>
63 </dependency>
64 <dependency>
65 <groupId>org.argeo.tp</groupId>
66 <artifactId>javax.mail</artifactId>
67 </dependency>
68
69 <!-- Commons -->
70 <dependency>
71 <groupId>org.argeo.tp</groupId>
72 <artifactId>org.apache.commons.vfs</artifactId>
73 </dependency>
74 <dependency>
75 <groupId>org.argeo.tp</groupId>
76 <artifactId>org.apache.commons.exec</artifactId>
77 </dependency>
78 <dependency>
79 <groupId>org.argeo.tp</groupId>
80 <artifactId>org.apache.commons.cli</artifactId>
81 </dependency>
82 <dependency>
83 <groupId>org.argeo.tp</groupId>
84 <artifactId>org.apache.commons.dbcp</artifactId>
85 </dependency>
86
87 <!-- Spring -->
88 <dependency>
89 <groupId>org.argeo.tp</groupId>
90 <artifactId>org.springframework.context.support</artifactId>
91 </dependency>
92 <!-- <dependency> -->
93 <!-- <groupId>org.springframework</groupId> -->
94 <!-- <artifactId>org.springframework.orm</artifactId> -->
95 <!-- </dependency> -->
96 <!-- <dependency> -->
97 <!-- <groupId>org.springframework</groupId> -->
98 <!-- <artifactId>org.springframework.jdbc</artifactId> -->
99 <!-- </dependency> -->
100 <dependency>
101 <groupId>org.argeo.tp</groupId>
102 <artifactId>org.springframework.jms</artifactId>
103 </dependency>
104
105 <!-- Spring OSGi -->
106 <dependency>
107 <groupId>org.argeo.tp</groupId>
108 <artifactId>org.springframework.osgi.extender</artifactId>
109 </dependency>
110
111 <!-- Jackrabbit -->
112 <dependency>
113 <groupId>org.argeo.commons.server</groupId>
114 <artifactId>org.argeo.server.jackrabbit</artifactId>
115 <version>1.1.1</version>
116 </dependency>
117 <dependency>
118 <groupId>org.argeo.commons.security</groupId>
119 <artifactId>org.argeo.security.jackrabbit</artifactId>
120 <version>1.1.1</version>
121 </dependency>
122 <dependency>
123 <groupId>org.argeo.commons.server</groupId>
124 <artifactId>org.argeo.node.repo.jackrabbit</artifactId>
125 <version>1.1.1</version>
126 </dependency>
127 <dependency>
128 <groupId>org.argeo.commons.server</groupId>
129 <artifactId>org.argeo.node.repofactory.jackrabbit</artifactId>
130 <version>1.1.1</version>
131 </dependency>
132
133 <!-- Active MQ -->
134 <dependency>
135 <groupId>org.argeo.commons.server</groupId>
136 <artifactId>org.argeo.server.dep.activemq</artifactId>
137 <version>1.1.1</version>
138 <type>pom</type>
139 </dependency>
140 <dependency>
141 <groupId>org.argeo.commons.security</groupId>
142 <artifactId>org.argeo.security.activemq</artifactId>
143 <version>1.1.1</version>
144 </dependency>
145 <dependency>
146 <groupId>org.argeo.commons.server</groupId>
147 <artifactId>org.argeo.server.activemq.broker</artifactId>
148 <version>1.1.1</version>
149 </dependency>
150
151 <!-- Scheduling -->
152 <dependency>
153 <groupId>org.argeo.tp</groupId>
154 <artifactId>org.quartz</artifactId>
155 </dependency>
156
157 <!-- Security (LDAP) -->
158 <dependency>
159 <groupId>org.argeo.commons.security</groupId>
160 <artifactId>org.argeo.security.dao.ldap</artifactId>
161 <version>1.1.1</version>
162 </dependency>
163 <dependency>
164 <groupId>org.argeo.commons.security</groupId>
165 <artifactId>org.argeo.security.ldap</artifactId>
166 <version>1.1.1</version>
167 </dependency>
168
169 <!-- Security (Jackrabbit) -->
170 <dependency>
171 <groupId>org.argeo.commons.security</groupId>
172 <artifactId>org.argeo.security.dao.jackrabbit</artifactId>
173 <version>1.1.1</version>
174 </dependency>
175
176 <!-- Security (Standalone) -->
177 <dependency>
178 <groupId>org.argeo.commons.security</groupId>
179 <artifactId>org.argeo.security.dao.os</artifactId>
180 <version>1.1.1</version>
181 </dependency>
182
183 <!-- Web -->
184 <dependency>
185 <groupId>org.argeo.tp</groupId>
186 <artifactId>org.springframework.osgi.web.extender</artifactId>
187 </dependency>
188 <dependency>
189 <groupId>org.argeo.tp</groupId>
190 <artifactId>org.springframework.osgi.web</artifactId>
191 </dependency>
192 <dependency>
193 <groupId>org.argeo.commons.server</groupId>
194 <artifactId>org.argeo.server.dep.tomcat</artifactId>
195 <version>1.1.1</version>
196 <type>pom</type>
197 </dependency>
198 <dependency>
199 <groupId>org.argeo.commons.server</groupId>
200 <artifactId>org.argeo.server.webextender</artifactId>
201 <version>1.1.1</version>
202 </dependency>
203 <dependency>
204 <groupId>org.argeo.commons.server</groupId>
205 <artifactId>org.argeo.server.jcr.mvc</artifactId>
206 <version>1.1.1</version>
207 </dependency>
208 <dependency>
209 <groupId>org.argeo.commons.server</groupId>
210 <artifactId>org.argeo.jackrabbit.webapp</artifactId>
211 <version>1.1.1</version>
212 </dependency>
213
214 <!-- Default Tomcat conf -->
215 <dependency>
216 <groupId>org.argeo.commons.server</groupId>
217 <artifactId>org.argeo.server.tomcat</artifactId>
218 <version>1.1.1</version>
219 </dependency>
220
221 <!-- LDAP server -->
222 <dependency>
223 <groupId>org.argeo.commons.server</groupId>
224 <artifactId>org.argeo.server.dep.ads</artifactId>
225 <version>1.1.1</version>
226 <type>pom</type>
227 </dependency>
228 <dependency>
229 <groupId>org.argeo.commons.server</groupId>
230 <artifactId>org.argeo.server.ads.server</artifactId>
231 <version>1.1.1</version>
232 </dependency>
233 <dependency>
234 <groupId>org.argeo.commons.server</groupId>
235 <artifactId>org.argeo.server.ads</artifactId>
236 <version>1.1.1</version>
237 </dependency>
238 <!-- <dependency> -->
239 <!-- <groupId>org.argeo.commons.server</groupId> -->
240 <!-- <artifactId>org.argeo.server.json</artifactId> -->
241 <!-- <version>0.3.4-SNAPSHOT</version> -->
242 <!-- </dependency> -->
243
244 <!-- Hibernate -->
245 <dependency>
246 <groupId>org.argeo.commons.server</groupId>
247 <artifactId>org.argeo.server.dep.hibernate</artifactId>
248 <version>1.1.1</version>
249 <type>pom</type>
250 </dependency>
251
252 <!-- DB drivers -->
253 <dependency>
254 <groupId>org.argeo.tp</groupId>
255 <artifactId>org.h2</artifactId>
256 </dependency>
257 <dependency>
258 <groupId>org.argeo.tp</groupId>
259 <artifactId>com.mysql.jdbc</artifactId>
260 </dependency>
261 <dependency>
262 <groupId>org.argeo.tp</groupId>
263 <artifactId>org.postgresql.jdbc3</artifactId>
264 </dependency>
265
266 <!-- Software development -->
267 <dependency>
268 <groupId>org.argeo.commons.basic</groupId>
269 <artifactId>org.argeo.support.junit</artifactId>
270 <version>1.1.1</version>
271 </dependency>
272 </dependencies>
273 <profiles>
274 <profile>
275 <id>check-osgi</id>
276 <build>
277 <plugins>
278 <plugin>
279 <groupId>org.argeo.maven.plugins</groupId>
280 <artifactId>maven-argeo-osgi-plugin</artifactId>
281 <executions>
282 <execution>
283 <id>check-osgi</id>
284 <phase>test</phase>
285 <goals>
286 <goal>equinox</goal>
287 </goals>
288 <configuration>
289 <onlyCheck>true</onlyCheck>
290 </configuration>
291 </execution>
292 </executions>
293 </plugin>
294 </plugins>
295 </build>
296 <dependencies>
297 <!-- OSGi test -->
298 <dependency>
299 <groupId>org.argeo.commons.osgi</groupId>
300 <artifactId>org.argeo.osgi.boot</artifactId>
301 <version>1.1.1</version>
302 <scope>test</scope>
303 </dependency>
304 </dependencies>
305 </profile>
306 <profile>
307 <id>rpmbuild</id>
308 <build>
309 <plugins>
310 <plugin>
311 <groupId>org.apache.maven.plugins</groupId>
312 <artifactId>maven-dependency-plugin</artifactId>
313 <executions>
314 <execution>
315 <id>copy-node</id>
316 <phase>package</phase>
317 <goals>
318 <goal>copy-dependencies</goal>
319 </goals>
320 <configuration>
321 <includeTypes>jar</includeTypes>
322 <includeGroupIds>org.argeo.commons.basic,org.argeo.commons.osgi,org.argeo.commons.server,org.argeo.commons.security</includeGroupIds>
323 <excludeArtifactIds>org.argeo.osgi.boot</excludeArtifactIds>
324 <outputDirectory>${project.build.directory}/node</outputDirectory>
325 </configuration>
326 </execution>
327 </executions>
328 </plugin>
329 <plugin>
330 <groupId>org.codehaus.mojo</groupId>
331 <artifactId>rpm-maven-plugin</artifactId>
332 <executions>
333 <execution>
334 <id>rpm-node</id>
335 <phase>package</phase>
336 <goals>
337 <goal>rpm</goal>
338 </goals>
339 <configuration>
340 <name>argeo-node</name>
341 <copyright>2011 Argeo</copyright>
342 <mappings>
343 <mapping>
344 <directory>/usr/share/osgi</directory>
345 <username>root</username>
346 <groupname>root</groupname>
347 <filemode>644</filemode>
348 <directoryIncluded>false</directoryIncluded>
349 <sources>
350 <source>
351 <location>${project.build.directory}/node</location>
352 </source>
353 </sources>
354 </mapping>
355 </mappings>
356 <requires>
357 <require>argeo-node-tp</require>
358 </requires>
359 </configuration>
360 </execution>
361 </executions>
362 </plugin>
363 </plugins>
364 </build>
365 </profile>
366 <profile>
367 <id>rpmbuild-tp</id>
368 <build>
369 <plugins>
370 <plugin>
371 <groupId>org.apache.maven.plugins</groupId>
372 <artifactId>maven-dependency-plugin</artifactId>
373 <executions>
374 <execution>
375 <id>copy-tp</id>
376 <phase>package</phase>
377 <goals>
378 <goal>copy-dependencies</goal>
379 </goals>
380 <configuration>
381 <includeTypes>jar</includeTypes>
382 <excludeGroupIds>org.argeo.commons.basic,org.argeo.commons.osgi,org.argeo.commons.server,org.argeo.commons.security</excludeGroupIds>
383 <excludeArtifactIds>org.eclipse.osgi</excludeArtifactIds>
384 <outputDirectory>${project.build.directory}/node-tp</outputDirectory>
385 </configuration>
386 </execution>
387 </executions>
388 </plugin>
389 <plugin>
390 <groupId>org.codehaus.mojo</groupId>
391 <artifactId>rpm-maven-plugin</artifactId>
392 <executions>
393 <execution>
394 <id>rpm-node-tp</id>
395 <phase>package</phase>
396 <goals>
397 <goal>rpm</goal>
398 </goals>
399 <configuration>
400 <name>argeo-node-tp</name>
401 <classifier>rpm-tp</classifier>
402 <projversion>${version.argeo-distribution}</projversion>
403 <mappings>
404 <mapping>
405 <directory>/usr/share/osgi</directory>
406 <username>root</username>
407 <groupname>root</groupname>
408 <filemode>644</filemode>
409 <directoryIncluded>false</directoryIncluded>
410 <sources>
411 <source>
412 <location>${project.build.directory}/node-tp</location>
413 </source>
414 </sources>
415 </mapping>
416 </mappings>
417 </configuration>
418 </execution>
419 </executions>
420 </plugin>
421 </plugins>
422 </build>
423 </profile>
424 </profiles>
425 </project>