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