]> git.argeo.org Git - lgpl/argeo-commons.git/blob - osgi/dep/pom.xml
Improve JCR remoting
[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.4-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 <version>${version.maven-argeo-osgi}</version>
24 <executions>
25 <execution>
26 <id>check-osgi</id>
27 <phase>test</phase>
28 <goals>
29 <goal>equinox</goal>
30 </goals>
31 <configuration>
32 <onlyCheck>true</onlyCheck>
33 </configuration>
34 </execution>
35 </executions>
36 </plugin>
37 </plugins>
38 </build>
39 <dependencies>
40 <!-- OSGi test -->
41 <dependency>
42 <groupId>org.argeo.commons.osgi</groupId>
43 <artifactId>org.argeo.osgi.boot</artifactId>
44 <version>0.3.4-SNAPSHOT</version>
45 <scope>test</scope>
46 </dependency>
47 </dependencies>
48 </project>