mirror of https://github.com/apache/maven.git
[MNG-1830] use setting that 2.0.x respects
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@727766 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ee8f3aa2fc
commit
3c726f9028
|
@ -52,7 +52,7 @@ public class MavenITmng1830ShowVersionTest
|
||||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-1830" );
|
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-1830" );
|
||||||
|
|
||||||
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
|
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
|
||||||
List cliOptions = Collections.singletonList( "-V" );
|
List cliOptions = Collections.singletonList( "-X" );
|
||||||
verifier.setCliOptions( cliOptions );
|
verifier.setCliOptions( cliOptions );
|
||||||
verifier.executeGoal( "clean" );
|
verifier.executeGoal( "clean" );
|
||||||
verifier.verifyErrorFreeLog();
|
verifier.verifyErrorFreeLog();
|
||||||
|
|
Loading…
Reference in New Issue