mirror of https://github.com/apache/maven.git
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:
parent
a13489abfe
commit
c12ee05a1e
|
@ -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() );
|
||||
|
|
Loading…
Reference in New Issue