]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/pom.xml
Move to the root the bundles which will be part of v1.4 and v2.2
[lgpl/argeo-commons.git] / dep / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
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</groupId>
6 <artifactId>argeo-commons</artifactId>
7 <version>2.1.12-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>dep</artifactId>
11 <name>Commons Base Dependencies</name>
12 <packaging>pom</packaging>
13 <modules>
14 <module>org.argeo.dep.log4j</module>
15 <module>org.argeo.dep.jackrabbit</module>
16 <module>org.argeo.eclipse.dep.rap</module>
17 <module>org.argeo.eclipse.dep.rcp</module>
18 <module>org.argeo.server.dep.ads</module>
19 <module>org.argeo.server.dep.jackrabbit.server</module>
20 <module>org.argeo.security.dep.node</module>
21 <module>org.argeo.security.dep.node.eclipse</module>
22 <module>org.argeo.security.dep.node.rap</module>
23 <module>org.argeo.security.dep.node.rcp</module>
24 </modules>
25 <build>
26 <plugins>
27 <plugin>
28 <groupId>org.apache.felix</groupId>
29 <artifactId>maven-bundle-plugin</artifactId>
30 </plugin>
31 </plugins>
32 <pluginManagement>
33 <plugins>
34 <plugin>
35 <groupId>org.argeo.maven.plugins</groupId>
36 <artifactId>maven-argeo-osgi-plugin</artifactId>
37 <executions>
38 <execution>
39 <id>generate-descriptors</id>
40 <goals>
41 <goal>descriptors</goal>
42 </goals>
43 <phase>generate-resources</phase>
44 </execution>
45 </executions>
46 </plugin>
47 </plugins>
48 </pluginManagement>
49 </build>
50 <profiles>
51 <profile>
52 <id>check-osgi</id>
53 <dependencies>
54 <dependency>
55 <groupId>org.argeo.commons</groupId>
56 <artifactId>org.argeo.osgi.boot</artifactId>
57 <version>2.1.12-SNAPSHOT</version>
58 <scope>test</scope>
59 </dependency>
60 </dependencies>
61 </profile>
62 </profiles>
63 </project>