mirror of https://github.com/apache/maven.git
o Added debug logging
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@750530 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6a24ec3392
commit
c545d0964b
|
@ -55,11 +55,14 @@ public final class ProjectUtils
|
||||||
{
|
{
|
||||||
remoteRepositories.add( buildArtifactRepository( r, artifactRepositoryFactory, container ) );
|
remoteRepositories.add( buildArtifactRepository( r, artifactRepositoryFactory, container ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME: remove
|
||||||
|
System.out.println( "REMOTE REPOSITORIES: " + remoteRepositories );
|
||||||
|
|
||||||
remoteRepositories = rs( container ).getMirrors( remoteRepositories );
|
remoteRepositories = rs( container ).getMirrors( remoteRepositories );
|
||||||
|
|
||||||
// FIXME: remove
|
// FIXME: remove
|
||||||
System.out.println("REMOTE REPOSITORIES: " + remoteRepositories);
|
System.out.println( "MIRRORED REPOSITORIES: " + remoteRepositories );
|
||||||
|
|
||||||
return remoteRepositories;
|
return remoteRepositories;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue