mirror of https://github.com/apache/maven.git
improve reporting of scope
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@226814 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
acdef905ac
commit
6f0d8c58d7
|
@ -53,7 +53,7 @@ public class DebugResolutionListener
|
|||
|
||||
public void includeArtifact( Artifact artifact )
|
||||
{
|
||||
logger.debug( indent + artifact.getId() + " (selected)" );
|
||||
logger.debug( indent + artifact.getId() + " (selected for " + artifact.getScope() + ")" );
|
||||
}
|
||||
|
||||
public void omitForNearer( Artifact omitted, Artifact kept )
|
||||
|
|
Loading…
Reference in New Issue