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:
Brett Leslie Porter 2005-08-01 15:09:39 +00:00
parent acdef905ac
commit 6f0d8c58d7
1 changed files with 1 additions and 1 deletions

View File

@ -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 )