mirror of https://github.com/apache/maven.git
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:
parent
68417deebf
commit
9618d2b856
|
@ -300,7 +300,7 @@ public class DefaultArtifactCollector
|
|||
public List getDependencyTrail()
|
||||
{
|
||||
List path = new ArrayList( parents );
|
||||
path.add( getKey() );
|
||||
path.add( artifact.getId() );
|
||||
return path;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue