]> git.argeo.org Git - lgpl/argeo-commons.git/blob - osgi/dep/pom.xml
Introduce AsyncSystemTaskExecutor
[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"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.commons</groupId>
7 <version>0.3.2-SNAPSHOT</version>
8 <artifactId>osgi</artifactId>
9 <relativePath>..</relativePath>
10 </parent>
11 <groupId>org.argeo.commons.osgi</groupId>
12 <artifactId>dep</artifactId>
13 <name>Commons OSGi Dependencies</name>
14 <packaging>pom</packaging>
15 <modules>
16 <module>org.argeo.osgi.dep.stdruntime</module>
17 <module>org.argeo.osgi.dep.jackrabbit</module>
18 </modules>
19 <build>
20 <plugins>
21 <plugin>
22 <groupId>org.argeo.maven.plugins</groupId>
23 <artifactId>maven-argeo-osgi-plugin</artifactId>
24 <version>${version.maven-argeo-osgi}</version>
25 <executions>
26 <execution>
27 <id>check-osgi</id>
28 <phase>test</phase>
29 <goals>
30 <goal>equinox</goal>
31 </goals>
32 <configuration>
33 <onlyCheck>true</onlyCheck>
34 </configuration>
35 </execution>
36 </executions>
37 </plugin>
38 </plugins>
39 </build>
40 <dependencies>
41 <!-- OSGi test -->
42 <dependency>
43 <groupId>org.argeo.commons.osgi</groupId>
44 <artifactId>org.argeo.osgi.boot</artifactId>
45 <version>0.3.2-SNAPSHOT</version>
46 <scope>test</scope>
47 </dependency>
48 </dependencies>
49 </project>