o Disabled test for Maven 3.x (reporting and build are completely isolated)

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@797430 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-07-24 12:42:32 +00:00
parent a13489abfe
commit c12ee05a1e
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ public class MavenITmng0469ReportConfigTest
public void testitReportConfigOverridesBuildDefaults()
throws Exception
{
requiresMavenVersion( "[2.0.0,3.0-alpha-1)" );
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-0469/test0" );
Verifier verifier = new Verifier( testDir.getAbsolutePath() );