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:
Jason van Zyl 2004-09-23 16:53:20 +00:00
parent fab3a26fd7
commit 40734471d8
1 changed files with 1 additions and 1 deletions

View File

@ -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?