]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - integration-tests/pom.xml
[maven-release-plugin] copy for tag argeo-slc-0.11.4
[gpl/argeo-slc.git] / integration-tests / pom.xml
index b1f28c61910acd8b55f624d01222da6d51f8f6e8..ac86a446b2a41dc87dd964affc5966b91d702391 100644 (file)
@@ -3,14 +3,25 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.11.4-SNAPSHOT</version>
+               <version>0.11.4</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>