]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - integration-tests/pom.xml
Improve logging
[gpl/argeo-slc.git] / integration-tests / pom.xml
index b1f28c61910acd8b55f624d01222da6d51f8f6e8..51d5311a8bb03bde25e17d430c75289df402f89e 100644 (file)
@@ -1,16 +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.4-SNAPSHOT</version>
+               <version>0.13.1-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <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>