mirror of https://github.com/apache/maven.git
[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:
parent
6fc84afca1
commit
bee7986d93
|
@ -37,7 +37,8 @@ public class MavenIT0145ReactorWithIncludesExcludesTest
|
||||||
|
|
||||||
public 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)" );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue