mirror of https://github.com/apache/maven.git
[MNG-4564] Location (and name) for settings-security.xml has changed in Maven 3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@912163 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bc314e68aa
commit
b8f5443e13
|
@ -365,7 +365,7 @@ public class MavenCli
|
|||
|
||||
settingsBuilder = container.lookup( SettingsBuilder.class );
|
||||
|
||||
dispatcher = (DefaultSecDispatcher) container.lookup( SecDispatcher.class );
|
||||
dispatcher = (DefaultSecDispatcher) container.lookup( SecDispatcher.class, "maven" );
|
||||
}
|
||||
|
||||
protected void customizeContainer( PlexusContainer container )
|
||||
|
|
Loading…
Reference in New Issue