[MNG-4260] Remove old-school reactor mode

o Disabled affected IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798082 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-07-27 09:15:46 +00:00
parent 6fc84afca1
commit bee7986d93
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ public class MavenIT0145ReactorWithIncludesExcludesTest
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)" );
}
/**