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
|
@ -56,10 +56,13 @@ public final class ProjectUtils
|
|||
remoteRepositories.add( buildArtifactRepository( r, artifactRepositoryFactory, container ) );
|
||||
}
|
||||
|
||||
// FIXME: remove
|
||||
System.out.println( "REMOTE REPOSITORIES: " + remoteRepositories );
|
||||
|
||||
remoteRepositories = rs( container ).getMirrors( remoteRepositories );
|
||||
|
||||
// FIXME: remove
|
||||
System.out.println("REMOTE REPOSITORIES: " + remoteRepositories);
|
||||
System.out.println( "MIRRORED REPOSITORIES: " + remoteRepositories );
|
||||
|
||||
return remoteRepositories;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue