]> git.argeo.org Git - gpl/argeo-slc.git/blob - integration-tests/pom.xml
Improve buildscript
[gpl/argeo-slc.git] / integration-tests / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 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.slc</groupId>
6 <artifactId>argeo-slc</artifactId>
7 <version>0.11.4-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.slc</groupId>
11 <artifactId>integration-tests</artifactId>
12 <packaging>pom</packaging>
13 <name>Argeo SLC Integration Tests</name>
14 <profiles>
15 <profile>
16 <id>withIT</id>
17 <activation>
18 <activeByDefault>true</activeByDefault>
19 </activation>
20 <modules>
21 <module>org.argeo.slc.it.webapp</module>
22 </modules>
23 </profile>
24 <profile>
25 <id>withoutIT</id>
26 </profile>
27 </profiles>
28 </project>