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