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