mirror of https://github.com/apache/maven.git
snapshot repo separation for mboot
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@226763 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2b93fb8cc7
commit
905befa4c8
|
@ -266,6 +266,9 @@ public class ArtifactDownloader
|
|||
{
|
||||
// TODO: use super POM?
|
||||
remoteRepositories.add( new Repository( "central", REPO_URL, Repository.LAYOUT_DEFAULT, false, true ) );
|
||||
// TODO: use maven root POM?
|
||||
remoteRepositories.add( new Repository( "snapshots", "http://snapshots.maven.codehaus.org/maven2/",
|
||||
Repository.LAYOUT_DEFAULT, true, false ) );
|
||||
}
|
||||
|
||||
return remoteRepositories;
|
||||
|
|
Loading…
Reference in New Issue