mirror of https://github.com/apache/maven.git
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 class MavenITmng4254SelectableWagonProvidersTest
|
|||
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 class MavenITmng4254SelectableWagonProvidersTest
|
|||
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…
Reference in New Issue