mirror of https://github.com/apache/maven.git
o use the dispatcher
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163145 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fab3a26fd7
commit
40734471d8
|
@ -222,7 +222,7 @@ public class DefaultPluginManager
|
|||
remotePluginRepositories = new HashSet();
|
||||
|
||||
// TODO: needs to be configured from the POM element
|
||||
remotePluginRepositories.add( new ArtifactRepository( "plugin-repository", "http://www.ibiblio.org/maven" ) );
|
||||
remotePluginRepositories.add( new ArtifactRepository( "plugin-repository", "http://repo1.maven.org" ) );
|
||||
}
|
||||
|
||||
// TODO: is this needed or can it be found from the session?
|
||||
|
|
Loading…
Reference in New Issue