mirror of https://github.com/apache/maven.git
o Removed debug logging
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@750434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
205d7a6f48
commit
81b95fde8a
|
@ -304,17 +304,7 @@ public class DefaultMavenExecutionRequestPopulator
|
||||||
// </mirror>
|
// </mirror>
|
||||||
// </mirrors>
|
// </mirrors>
|
||||||
|
|
||||||
System.out.println( "ORIGINAL REPOSITORIES" );
|
|
||||||
for ( ArtifactRepository repo : request.getRemoteRepositories() )
|
|
||||||
{
|
|
||||||
System.out.println( repo );
|
|
||||||
}
|
|
||||||
request.setRemoteRepositories( repositorySystem.getMirrors( request.getRemoteRepositories() ) );
|
request.setRemoteRepositories( repositorySystem.getMirrors( request.getRemoteRepositories() ) );
|
||||||
System.out.println( "MIRRORED REPOSITORIES" );
|
|
||||||
for ( ArtifactRepository repo : request.getRemoteRepositories() )
|
|
||||||
{
|
|
||||||
System.out.println( repo );
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ------------------------------------------------------------------------
|
// ------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue