]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - integration-tests/pom.xml
Exclude some Argeo customers
[gpl/argeo-slc.git] / integration-tests / pom.xml
index 0f36d993252aa211fdff310caff7f9302de9e2b3..51d5311a8bb03bde25e17d430c75289df402f89e 100644 (file)
@@ -1,15 +1,28 @@
-<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">
+<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">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.11.3-SNAPSHOT</version>
-               <relativePath>../../org.argeo.slc</relativePath>
+               <version>0.13.1-SNAPSHOT</version>
+               <relativePath>..</relativePath>
        </parent>
-       <artifactId>argeo-slc-it</artifactId>
+       <groupId>org.argeo.slc</groupId>
+       <artifactId>integration-tests</artifactId>
        <packaging>pom</packaging>
-       <name>Argeo SLC Integration Tests</name>
-       <modules>
-               <module>org.argeo.slc.it.webapp</module>
-       </modules>
+       <name>SLC Integration Tests</name>
+       <profiles>
+               <profile>
+                       <id>withIT</id>
+                       <activation>
+                               <activeByDefault>true</activeByDefault>
+                       </activation>
+                       <modules>
+                               <module>org.argeo.slc.it.webapp</module>
+                       </modules>
+               </profile>
+               <profile>
+                       <id>withoutIT</id>
+               </profile>
+       </profiles>
 </project>