show version in path on failure

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@192961 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-22 17:39:02 +00:00
parent 68417deebf
commit 9618d2b856
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ public class DefaultArtifactCollector
public List getDependencyTrail()
{
List path = new ArrayList( parents );
path.add( getKey() );
path.add( artifact.getId() );
return path;
}