]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/pom.xml
Integrate CMS in Commons
[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 <module>org.argeo.dep.cms</module>
25 </modules>
26 <build>
27 <plugins>
28 <plugin>
29 <groupId>org.apache.felix</groupId>
30 <artifactId>maven-bundle-plugin</artifactId>
31 </plugin>
32 </plugins>
33 <pluginManagement>
34 <plugins>
35 <plugin>
36 <groupId>org.argeo.maven.plugins</groupId>
37 <artifactId>maven-argeo-osgi-plugin</artifactId>
38 <executions>
39 <execution>
40 <id>generate-descriptors</id>
41 <goals>
42 <goal>descriptors</goal>
43 </goals>
44 <phase>generate-resources</phase>
45 </execution>
46 </executions>
47 </plugin>
48 </plugins>
49 </pluginManagement>
50 </build>
51 <profiles>
52 <profile>
53 <id>check-osgi</id>
54 <dependencies>
55 <dependency>
56 <groupId>org.argeo.commons</groupId>
57 <artifactId>org.argeo.osgi.boot</artifactId>
58 <version>2.1.12-SNAPSHOT</version>
59 <scope>test</scope>
60 </dependency>
61 </dependencies>
62 </profile>
63 </profiles>
64 </project>