You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2015/04/12 19:22:59 UTC

svn commit: r1673033 - /sling/trunk/pom.xml

Author: cziegeler
Date: Sun Apr 12 17:22:59 2015
New Revision: 1673033

URL: http://svn.apache.org/r1673033
Log:
Enable integration tests again

Modified:
    sling/trunk/pom.xml

Modified: sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1673033&r1=1673032&r2=1673033&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Sun Apr 12 17:22:59 2015
@@ -218,7 +218,7 @@
             -->
             <id>integrationTests</id>
             <activation>
-                <activeByDefault>false</activeByDefault>
+                <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
                 <module>launchpad/test-services</module>