Add IT tests back
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 4 Jun 2009 06:57:06 +0000 (06:57 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 4 Jun 2009 06:57:06 +0000 (06:57 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2454 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

pom.xml

diff --git a/pom.xml b/pom.xml
index c4de5dffce279f3a97f11df92f74155d05075299..cc30c20b93130696eedc7ba771114f8ec4ab7e4f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,6 @@
                <module>runtime</module>
                <module>demo</module>
                <module>server</module>
-               <!-- <module>integration-tests</module> -->
        </modules>
        <scm>
                <connection>scm:svn:https://www.argeo.org/svn/slc/trunk</connection>
        </build>
        <profiles>
                <profile>
-                       <id>fullBuild</id>
+                       <id>withIT</id>
+                       <activation>
+                               <activeByDefault>true</activeByDefault>
+                       </activation>
                        <modules>
-                               <!--<module>eclipse/features/org.argeo.slc.ui.launch.feature</module>-->
-                               <module>examples</module>
                                <module>integration-tests</module>
                        </modules>
                </profile>
+               <profile>
+                       <id>withoutIT</id>
+               </profile>
        </profiles>
        <distributionManagement>
                <site>