mirror of https://github.com/apache/maven.git
Remove debug
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@170435 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8b6052bbc6
commit
025d519b89
|
@ -839,7 +839,7 @@ public class DefaultPluginManager
|
|||
Artifact artifact = (Artifact) it.next();
|
||||
|
||||
artifactResolver.resolve( artifact, context.getRemoteRepositories(), context.getLocalRepository() );
|
||||
getLogger().info( "=======>" + artifact.getArtifactId() + "/" + artifact.getVersion() + "/" + artifact.getBaseVersion() );
|
||||
|
||||
pluginArtifacts.add( artifact );
|
||||
}
|
||||
context.getProject().setPluginArtifacts( pluginArtifacts );
|
||||
|
|
Loading…
Reference in New Issue