]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
eac6d5d982f0096b312d84df31cbac0dd630a176
[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>1.1.1-SNAPSHOT</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.javax</module> -->
16 <module>org.argeo.server.dep.tomcat</module>
17 <module>org.argeo.server.dep.ads</module>
18 <module>org.argeo.server.dep.hibernate</module>
19 <module>org.argeo.server.dep.jackrabbit.server</module>
20 <module>org.argeo.server.dep.activemq</module>
21 </modules>
22 <profiles>
23 <profile>
24 <id>check-osgi</id>
25 <build>
26 <plugins>
27 <plugin>
28 <groupId>org.argeo.maven.plugins</groupId>
29 <artifactId>maven-argeo-osgi-plugin</artifactId>
30 <executions>
31 <execution>
32 <id>check-osgi</id>
33 <phase>test</phase>
34 <goals>
35 <goal>equinox</goal>
36 </goals>
37 <configuration>
38 <onlyCheck>true</onlyCheck>
39 </configuration>
40 </execution>
41 </executions>
42 </plugin>
43 </plugins>
44 </build>
45 <dependencies>
46 <!-- OSGi test -->
47 <dependency>
48 <groupId>org.argeo.commons.osgi</groupId>
49 <artifactId>org.argeo.osgi.boot</artifactId>
50 <version>1.1.1-SNAPSHOT</version>
51 <scope>test</scope>
52 </dependency>
53 </dependencies>
54 </profile>
55 </profiles>
56 </project>