]> 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-2.1.8
[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.8</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.8</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.8</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.8</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.8</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.8</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.8</version>
150 </dependency>
151 <dependency>
152 <groupId>org.argeo.commons.security</groupId>
153 <artifactId>org.argeo.security.jackrabbit</artifactId>
154 <version>2.1.8</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.8</version>
168 </dependency>
169 <dependency>
170 <groupId>org.argeo.commons.security</groupId>
171 <artifactId>org.argeo.security.auth.ldap</artifactId>
172 <version>2.1.8</version>
173 </dependency>
174 <dependency>
175 <groupId>org.argeo.commons.security</groupId>
176 <artifactId>org.argeo.security.ldap</artifactId>
177 <version>2.1.8</version>
178 </dependency>
179
180 <!-- Security (Jackrabbit) -->
181 <dependency>
182 <groupId>org.argeo.commons.security</groupId>
183 <artifactId>org.argeo.security.dao.jackrabbit</artifactId>
184 <version>2.1.8</version>
185 </dependency>
186
187 <!-- Security (Standalone) -->
188 <dependency>
189 <groupId>org.argeo.commons.security</groupId>
190 <artifactId>org.argeo.security.dao.os</artifactId>
191 <version>2.1.8</version>
192 </dependency>
193
194 <!-- Web -->
195 <dependency>
196 <groupId>org.argeo.tp</groupId>
197 <artifactId>org.springframework.osgi.web.extender</artifactId>
198 </dependency>
199 <dependency>
200 <groupId>org.argeo.tp</groupId>
201 <artifactId>org.springframework.osgi.web</artifactId>
202 </dependency>
203 <dependency>
204 <groupId>org.argeo.commons.server</groupId>
205 <artifactId>org.argeo.server.dep.tomcat</artifactId>
206 <version>2.1.8</version>
207 <type>pom</type>
208 </dependency>
209 <dependency>
210 <groupId>org.argeo.commons.server</groupId>
211 <artifactId>org.argeo.server.webextender</artifactId>
212 <version>2.1.8</version>
213 </dependency>
214 <dependency>
215 <groupId>org.argeo.commons.server</groupId>
216 <artifactId>org.argeo.server.jcr.mvc</artifactId>
217 <version>2.1.8</version>
218 </dependency>
219 <dependency>
220 <groupId>org.argeo.commons.server</groupId>
221 <artifactId>org.argeo.jackrabbit.webapp</artifactId>
222 <version>2.1.8</version>
223 </dependency>
224
225 <!-- DB drivers -->
226 <dependency>
227 <groupId>org.argeo.tp</groupId>
228 <artifactId>org.h2</artifactId>
229 </dependency>
230 <dependency>
231 <groupId>org.argeo.tp</groupId>
232 <artifactId>com.mysql.jdbc</artifactId>
233 </dependency>
234 <dependency>
235 <groupId>org.argeo.tp</groupId>
236 <artifactId>org.postgresql.jdbc3</artifactId>
237 </dependency>
238
239 <!-- LDAP Apache Directory server -->
240 <dependency>
241 <groupId>org.argeo.commons.server</groupId>
242 <artifactId>org.argeo.server.dep.ads</artifactId>
243 <version>2.1.8</version>
244 <type>pom</type>
245 </dependency>
246 <dependency>
247 <groupId>org.argeo.commons.server</groupId>
248 <artifactId>org.argeo.server.ads.server</artifactId>
249 <version>2.1.8</version>
250 </dependency>
251 <dependency>
252 <groupId>org.argeo.commons.server</groupId>
253 <artifactId>org.argeo.server.ads</artifactId>
254 <version>2.1.8</version>
255 </dependency>
256
257 <!-- Software development -->
258 <dependency>
259 <groupId>org.argeo.commons.base</groupId>
260 <artifactId>org.argeo.support.junit</artifactId>
261 <version>2.1.8</version>
262 </dependency>
263 </dependencies>
264 <profiles>
265 <profile>
266 <id>check-osgi</id>
267 <build>
268 <plugins>
269 <plugin>
270 <groupId>org.argeo.maven.plugins</groupId>
271 <artifactId>maven-argeo-osgi-plugin</artifactId>
272 <executions>
273 <execution>
274 <id>check-osgi</id>
275 <phase>test</phase>
276 <goals>
277 <goal>equinox</goal>
278 </goals>
279 <configuration>
280 <onlyCheck>true</onlyCheck>
281 </configuration>
282 </execution>
283 </executions>
284 </plugin>
285 </plugins>
286 </build>
287 <dependencies>
288 <!-- OSGi test -->
289 <dependency>
290 <groupId>org.argeo.commons.base</groupId>
291 <artifactId>org.argeo.osgi.boot</artifactId>
292 <version>2.1.8</version>
293 <scope>test</scope>
294 </dependency>
295 </dependencies>
296 </profile>
297 <profile>
298 <id>rpmbuild</id>
299 <build>
300 <plugins>
301 <plugin>
302 <groupId>org.apache.maven.plugins</groupId>
303 <artifactId>maven-dependency-plugin</artifactId>
304 <executions>
305 <execution>
306 <id>copy-node</id>
307 <phase>package</phase>
308 <goals>
309 <goal>copy-dependencies</goal>
310 </goals>
311 <configuration>
312 <includeTypes>jar</includeTypes>
313 <includeGroupIds>org.argeo.commons.base,org.argeo.commons.server,org.argeo.commons.security</includeGroupIds>
314 <excludeArtifactIds>org.argeo.osgi.boot</excludeArtifactIds>
315 <outputDirectory>${project.build.directory}/node</outputDirectory>
316 </configuration>
317 </execution>
318 </executions>
319 </plugin>
320 <plugin>
321 <groupId>org.codehaus.mojo</groupId>
322 <artifactId>rpm-maven-plugin</artifactId>
323 <executions>
324 <execution>
325 <id>rpm-node</id>
326 <phase>package</phase>
327 <goals>
328 <goal>rpm</goal>
329 </goals>
330 <configuration>
331 <name>argeo-node</name>
332 <mappings>
333 <mapping>
334 <directory>/usr/share/osgi</directory>
335 <username>root</username>
336 <groupname>root</groupname>
337 <filemode>644</filemode>
338 <directoryIncluded>false</directoryIncluded>
339 <sources>
340 <source>
341 <location>${project.build.directory}/node</location>
342 </source>
343 </sources>
344 </mapping>
345 </mappings>
346 <requires>
347 <require>argeo-node-tp</require>
348 </requires>
349 </configuration>
350 </execution>
351 </executions>
352 </plugin>
353 </plugins>
354 </build>
355 </profile>
356 <profile>
357 <id>rpmbuild-tp</id>
358 <build>
359 <plugins>
360 <plugin>
361 <groupId>org.apache.maven.plugins</groupId>
362 <artifactId>maven-dependency-plugin</artifactId>
363 <executions>
364 <execution>
365 <id>copy-tp</id>
366 <phase>package</phase>
367 <goals>
368 <goal>copy-dependencies</goal>
369 </goals>
370 <configuration>
371 <includeTypes>jar</includeTypes>
372 <excludeGroupIds>org.argeo.commons.base,org.argeo.commons.server,org.argeo.commons.security</excludeGroupIds>
373 <excludeArtifactIds>org.eclipse.osgi</excludeArtifactIds>
374 <outputDirectory>${project.build.directory}/node-tp</outputDirectory>
375 </configuration>
376 </execution>
377 </executions>
378 </plugin>
379 <plugin>
380 <groupId>org.codehaus.mojo</groupId>
381 <artifactId>rpm-maven-plugin</artifactId>
382 <executions>
383 <execution>
384 <id>rpm-node-tp</id>
385 <phase>package</phase>
386 <goals>
387 <goal>rpm</goal>
388 </goals>
389 <configuration>
390 <name>argeo-node-tp</name>
391 <classifier>rpm-tp</classifier>
392 <projversion>${version.argeo-distribution}</projversion>
393 <mappings>
394 <mapping>
395 <directory>/usr/share/osgi</directory>
396 <username>root</username>
397 <groupname>root</groupname>
398 <filemode>644</filemode>
399 <directoryIncluded>false</directoryIncluded>
400 <sources>
401 <source>
402 <location>${project.build.directory}/node-tp</location>
403 </source>
404 </sources>
405 </mapping>
406 </mappings>
407 </configuration>
408 </execution>
409 </executions>
410 </plugin>
411 </plugins>
412 </build>
413 </profile>
414 </profiles>
415 </project>