[MNG-3271] <excludeDefaults> does not seem to work

o Enabled IT for Maven 2.0.10+ and 2.1.0-M2+

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@737340 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-01-24 12:04:10 +00:00
parent 2d1e967e59
commit a73d08839f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class MavenITmng3271DefaultReportsSuppressionTest
public MavenITmng3271DefaultReportsSuppressionTest()
{
super( "(2.9999,)" );
super( "(2.0.9,2.1.0-M1),(2.1.0-M1,)" );
}
/**