]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
623a47cc320de80d04d191830075fc232275f41b
[lgpl/argeo-commons.git] / 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>2.1.11</version>
7 <artifactId>server</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.commons.server</groupId>
11 <artifactId>dep</artifactId>
12 <name>Commons Server Dependencies</name>
13 <packaging>pom</packaging>
14 <modules>
15 <module>org.argeo.server.dep.tomcat</module>
16 <module>org.argeo.server.dep.ads</module>
17 <module>org.argeo.server.dep.hibernate</module>
18 <module>org.argeo.server.dep.jackrabbit.server</module>
19 <module>org.argeo.server.dep.activemq</module>
20 </modules>
21 <profiles>
22 <profile>
23 <id>check-osgi</id>
24 <build>
25 <plugins>
26 <plugin>
27 <groupId>org.argeo.maven.plugins</groupId>
28 <artifactId>maven-argeo-osgi-plugin</artifactId>
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.base</groupId>
48 <artifactId>org.argeo.osgi.boot</artifactId>
49 <version>2.1.11</version>
50 <scope>test</scope>
51 </dependency>
52 </dependencies>
53 </profile>
54 </profiles>
55 </project>