You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2012/08/06 21:33:12 UTC

svn commit: r1369939 - /maven/surefire/trunk/surefire-integration-tests/pom.xml

Author: krosenvold
Date: Mon Aug  6 19:33:12 2012
New Revision: 1369939

URL: http://svn.apache.org/viewvc?rev=1369939&view=rev
Log:
o Made parallel it runs default

Modified:
    maven/surefire/trunk/surefire-integration-tests/pom.xml

Modified: maven/surefire/trunk/surefire-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/pom.xml?rev=1369939&r1=1369938&r2=1369939&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-integration-tests/pom.xml (original)
+++ maven/surefire/trunk/surefire-integration-tests/pom.xml Mon Aug  6 19:33:12 2012
@@ -176,6 +176,9 @@
           <scope>test</scope>
         </dependency>
       </dependencies>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
     </profile>
 
     <profile>