]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/dep/pom.xml
Fix build order
[lgpl/argeo-commons.git] / server / 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.2.3-SNAPSHOT</version>
8 <artifactId>server</artifactId>
9 <relativePath>..</relativePath>
10 </parent>
11 <groupId>org.argeo.commons.server</groupId>
12 <artifactId>dep</artifactId>
13 <name>Commons Server Dependencies</name>
14 <packaging>pom</packaging>
15 <modules>
16 <module>org.argeo.server.dep.javax</module>
17 <module>org.argeo.server.dep.tomcat</module>
18 <module>org.argeo.server.dep.ads</module>
19 <module>org.argeo.server.dep.hibernate</module>
20 <module>org.argeo.server.dep.jackrabbit.server</module>
21 <module>org.argeo.server.dep.activemq</module>
22 </modules>
23 <build>
24 <plugins>
25 <plugin>
26 <groupId>org.argeo.maven.plugins</groupId>
27 <artifactId>maven-argeo-osgi-plugin</artifactId>
28 <version>${version.maven-argeo-osgi}</version>
29 <executions>
30 <execution>
31 <id>check-osgi</id>
32 <phase>test</phase>
33 <goals>
34 <goal>equinox</goal>
35 </goals>
36 <configuration>
37 <onlyCheck>true</onlyCheck>
38 </configuration>
39 </execution>
40 </executions>
41 </plugin>
42 </plugins>
43 </build>
44 <dependencies>
45 <!-- OSGi test -->
46 <dependency>
47 <groupId>org.argeo.commons.osgi</groupId>
48 <artifactId>org.argeo.osgi.boot</artifactId>
49 <version>0.2.3-SNAPSHOT</version>
50 <scope>test</scope>
51 </dependency>
52 </dependencies>
53 </project>