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/04 23:15:28 UTC

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

Author: olamy
Date: Wed Jan  4 22:15:28 2012
New Revision: 1227350

URL: http://svn.apache.org/viewvc?rev=1227350&view=rev
Log:
property not needed

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=1227350&r1=1227349&r2=1227350&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-integration-tests/pom.xml (original)
+++ maven/surefire/trunk/surefire-integration-tests/pom.xml Wed Jan  4 22:15:28 2012
@@ -38,7 +38,6 @@
     <testng.version>5.7</testng.version>
     <surefire.threadcount>1</surefire.threadcount>
     <surefire.build.version>2.11</surefire.build.version>
-    <failIfNoTests>false</failIfNoTests>
   </properties>
 
   <dependencies>