]> git.argeo.org Git - lgpl/argeo-commons.git/blob - osgi/dep/pom.xml
All MANIFESTs generated
[lgpl/argeo-commons.git] / osgi / 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 <version>0.3.5-SNAPSHOT</version>
7 <artifactId>osgi</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.commons.osgi</groupId>
11 <artifactId>dep</artifactId>
12 <name>Commons OSGi Dependencies</name>
13 <packaging>pom</packaging>
14 <modules>
15 <module>org.argeo.osgi.dep.stdruntime</module>
16 <module>org.argeo.osgi.dep.jackrabbit</module>
17 </modules>
18 <build>
19 <plugins>
20 <plugin>
21 <groupId>org.argeo.maven.plugins</groupId>
22 <artifactId>maven-argeo-osgi-plugin</artifactId>
23 <executions>
24 <execution>
25 <id>check-osgi</id>
26 <phase>test</phase>
27 <goals>
28 <goal>equinox</goal>
29 </goals>
30 <configuration>
31 <onlyCheck>true</onlyCheck>
32 </configuration>
33 </execution>
34 </executions>
35 </plugin>
36 </plugins>
37 </build>
38 <dependencies>
39 <!-- OSGi test -->
40 <dependency>
41 <groupId>org.argeo.commons.osgi</groupId>
42 <artifactId>org.argeo.osgi.boot</artifactId>
43 <version>0.3.5-SNAPSHOT</version>
44 <scope>test</scope>
45 </dependency>
46 </dependencies>
47 </project>