You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/01/03 16:17:09 UTC

svn commit: r1226809 - in /maven/surefire/trunk: surefire-integration-tests/pom.xml surefire-providers/surefire-junit47/pom.xml surefire-setup-integration-tests/pom.xml

Author: olamy
Date: Tue Jan  3 15:17:08 2012
New Revision: 1226809

URL: http://svn.apache.org/viewvc?rev=1226809&view=rev
Log:
fix the build

Modified:
    maven/surefire/trunk/surefire-integration-tests/pom.xml
    maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml
    maven/surefire/trunk/surefire-setup-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=1226809&r1=1226808&r2=1226809&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-integration-tests/pom.xml (original)
+++ maven/surefire/trunk/surefire-integration-tests/pom.xml Tue Jan  3 15:17:08 2012
@@ -37,7 +37,8 @@
     <it.settings.showPasswords>false</it.settings.showPasswords>
     <testng.version>5.7</testng.version>
     <surefire.threadcount>1</surefire.threadcount>
-    <surefire.build.version>2.8</surefire.build.version>
+    <surefire.build.version>2.11</surefire.build.version>
+    <failIfNoTests>false</failIfNoTests>
   </properties>
 
   <dependencies>
@@ -182,7 +183,7 @@
         </dependency>
       </dependencies>
       <properties>
-        <surefire.build.version>2.8</surefire.build.version>
+        <surefire.build.version>2.11</surefire.build.version>
       </properties>
     </profile>
 

Modified: maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml?rev=1226809&r1=1226808&r2=1226809&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml (original)
+++ maven/surefire/trunk/surefire-providers/surefire-junit47/pom.xml Tue Jan  3 15:17:08 2012
@@ -72,6 +72,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.11</version>
         <configuration>
           <jvm>${java.home}/bin/java</jvm>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>

Modified: maven/surefire/trunk/surefire-setup-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-setup-integration-tests/pom.xml?rev=1226809&r1=1226808&r2=1226809&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-setup-integration-tests/pom.xml (original)
+++ maven/surefire/trunk/surefire-setup-integration-tests/pom.xml Tue Jan  3 15:17:08 2012
@@ -146,7 +146,7 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <test>SetUpForIntegrationTest</test>
+          <!--test>**/SetUpForIntegrationTest</test-->
           <!-- Pass current surefire version to the main suite so that it -->
           <!-- can forward to all integration test projects. SUREFIRE-513 -->
           <systemProperties>