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