mirror of
https://github.com/apache/maven.git
synced 2025-02-09 03:25:23 +00:00
[MNG-4254] turn off autoclean so there are no requirements to download when this is the first test run
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@798746 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3c81dccddd
commit
9afe701216
@ -48,6 +48,7 @@ public void testCliUsage()
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-4254" );
|
||||
|
||||
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
|
||||
verifier.setAutoclean( false );
|
||||
|
||||
List cliOptions = new ArrayList();
|
||||
cliOptions.add( "-Dmaven.wagon.provider.http=coreit" );
|
||||
@ -71,6 +72,7 @@ public void testSettingsUsage()
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-4254" );
|
||||
|
||||
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
|
||||
verifier.setAutoclean( false );
|
||||
|
||||
List cliOptions = new ArrayList();
|
||||
cliOptions.add( "--settings" );
|
||||
@ -95,6 +97,7 @@ public void testDefaultHttpWagon()
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-4254" );
|
||||
|
||||
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
|
||||
verifier.setAutoclean( false );
|
||||
|
||||
List cliOptions = new ArrayList();
|
||||
cliOptions.add( "-V" );
|
||||
@ -117,6 +120,7 @@ public void testDefaultHttpsWagon()
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-4254" );
|
||||
|
||||
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
|
||||
verifier.setAutoclean( false );
|
||||
|
||||
List cliOptions = new ArrayList();
|
||||
cliOptions.add( "-V" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user