mirror of https://github.com/apache/maven.git
[MNG-3914] Add CLI option to control location of global settings from command line
o Updated IT to check support for CLI option in 2.1.0-M2+ git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@744687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c3d5e55acb
commit
ac3e841d10
|
@ -53,7 +53,7 @@ public class MavenITmng0294MergeGlobalAndUserSettingsTest
|
|||
verifier.deleteDirectory( "target" );
|
||||
verifier.getCliOptions().add( "--settings" );
|
||||
verifier.getCliOptions().add( "user-settings.xml" );
|
||||
if ( matchesVersionRange( "[3.0-alpha-1,)" ) )
|
||||
if ( matchesVersionRange( "[2.1.0-M2,)" ) )
|
||||
{
|
||||
verifier.getCliOptions().add( "--global-settings" );
|
||||
verifier.getCliOptions().add( "global-settings.xml" );
|
||||
|
|
Loading…
Reference in New Issue