[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:
Brett Porter 2008-12-18 17:10:33 +00:00
parent ee8f3aa2fc
commit 3c726f9028
1 changed files with 1 additions and 1 deletions
its/core-it-suite/src/test/java/org/apache/maven/it

View File

@ -52,7 +52,7 @@ public class MavenITmng1830ShowVersionTest
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-1830" );
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
List cliOptions = Collections.singletonList( "-V" );
List cliOptions = Collections.singletonList( "-X" );
verifier.setCliOptions( cliOptions );
verifier.executeGoal( "clean" );
verifier.verifyErrorFreeLog();