You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/07/27 11:15:49 UTC

svn commit: r798082 - /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0145ReactorWithIncludesExcludesTest.java

Author: bentmann
Date: Mon Jul 27 09:15:46 2009
New Revision: 798082

URL: http://svn.apache.org/viewvc?rev=798082&view=rev
Log:
[MNG-4260] Remove old-school reactor mode

o Disabled affected IT

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0145ReactorWithIncludesExcludesTest.java

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0145ReactorWithIncludesExcludesTest.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0145ReactorWithIncludesExcludesTest.java?rev=798082&r1=798081&r2=798082&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0145ReactorWithIncludesExcludesTest.java (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0145ReactorWithIncludesExcludesTest.java Mon Jul 27 09:15:46 2009
@@ -37,7 +37,8 @@
 
     public MavenIT0145ReactorWithIncludesExcludesTest()
     {
-        super( ALL_MAVEN_VERSIONS );
+        // superseded by make-like reactor mode in 3.x (see also MNG-4260)
+        super( "[2.0,3.0-alpha-1)" );
     }
 
     /**