]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
44283d54589148d9fce88725aaf4f562d3185350
[lgpl/argeo-commons.git] / 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>base</artifactId>
7 <version>2.1.4-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.commons.base</groupId>
11 <artifactId>dep</artifactId>
12 <name>Commons Base Dependencies</name>
13 <packaging>pom</packaging>
14 <modules>
15 <module>org.argeo.dep.log4j</module>
16 <module>org.argeo.dep.jackrabbit</module>
17 <module>org.argeo.eclipse.dep.rap</module>
18 <module>org.argeo.eclipse.dep.rcp</module>
19 </modules>
20 <build>
21 <plugins>
22 <plugin>
23 <groupId>org.apache.felix</groupId>
24 <artifactId>maven-bundle-plugin</artifactId>
25 </plugin>
26 </plugins>
27 <pluginManagement>
28 <plugins>
29 <plugin>
30 <groupId>org.argeo.maven.plugins</groupId>
31 <artifactId>maven-argeo-osgi-plugin</artifactId>
32 <executions>
33 <execution>
34 <id>generate-descriptors</id>
35 <goals>
36 <goal>descriptors</goal>
37 </goals>
38 <phase>generate-resources</phase>
39 </execution>
40 </executions>
41 </plugin>
42 </plugins>
43 </pluginManagement>
44 </build>
45 <profiles>
46 <profile>
47 <id>check-osgi</id>
48 <dependencies>
49 <dependency>
50 <groupId>org.argeo.commons.base</groupId>
51 <artifactId>org.argeo.osgi.boot</artifactId>
52 <version>2.1.4-SNAPSHOT</version>
53 <scope>test</scope>
54 </dependency>
55 </dependencies>
56 </profile>
57 </profiles>
58 </project>