mirror of
https://github.com/apache/maven.git
synced 2025-02-22 18:04:52 +00:00
Fixing IT
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@797294 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
71b2aceb84
commit
d84e595b77
@ -51,6 +51,9 @@ public void testCliUsage()
|
||||
List cliOptions = new ArrayList();
|
||||
cliOptions.add( "-Dmaven.wagon.provider.http=coreit" );
|
||||
cliOptions.add( "-X" );
|
||||
cliOptions.add( "-V" );
|
||||
|
||||
verifier.setCliOptions( cliOptions );
|
||||
|
||||
verifier.setLogFileName( "log-cli.txt" );
|
||||
verifier.executeGoal( "deploy" );
|
||||
@ -72,7 +75,10 @@ public void testSettingsUsage()
|
||||
cliOptions.add( "--settings" );
|
||||
cliOptions.add( "settings.xml" );
|
||||
cliOptions.add( "-X" );
|
||||
cliOptions.add( "-V" );
|
||||
|
||||
verifier.setCliOptions( cliOptions );
|
||||
|
||||
verifier.setLogFileName( "log-settings.txt" );
|
||||
verifier.executeGoal( "deploy" );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user