mirror of https://github.com/apache/maven.git
{issue:MNG-73}
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163318 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9a893526e5
commit
b4e6c5b907
|
@ -231,7 +231,7 @@ public class DefaultArtifactResolver
|
|||
}
|
||||
catch ( ArtifactMetadataRetrievalException e )
|
||||
{
|
||||
throw new TransitiveArtifactResolutionException( "Error retrieving metadata: ", e );
|
||||
throw new TransitiveArtifactResolutionException( "Error retrieving metadata [" + newArtifact + "] : ", e );
|
||||
}
|
||||
|
||||
// the pom for given dependency exisit we will add it to the queue
|
||||
|
|
Loading…
Reference in New Issue