]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/dep/pom.xml
Introduce check-osgi profile
[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.3.5-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 <profiles>
24 <profile>
25 <id>check-osgi</id>
26 <build>
27 <plugins>
28 <plugin>
29 <groupId>org.argeo.maven.plugins</groupId>
30 <artifactId>maven-argeo-osgi-plugin</artifactId>
31 <executions>
32 <execution>
33 <id>check-osgi</id>
34 <phase>test</phase>
35 <goals>
36 <goal>equinox</goal>
37 </goals>
38 <configuration>
39 <onlyCheck>true</onlyCheck>
40 </configuration>
41 </execution>
42 </executions>
43 </plugin>
44 </plugins>
45 </build>
46 <dependencies>
47 <!-- OSGi test -->
48 <dependency>
49 <groupId>org.argeo.commons.osgi</groupId>
50 <artifactId>org.argeo.osgi.boot</artifactId>
51 <version>0.3.5-SNAPSHOT</version>
52 <scope>test</scope>
53 </dependency>
54 </dependencies>
55 </profile>
56 </profiles>
57 </project>