{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:
Jason van Zyl 2005-01-27 08:09:40 +00:00
parent 9a893526e5
commit b4e6c5b907
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ public class DefaultArtifactResolver
} }
catch ( ArtifactMetadataRetrievalException e ) 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 // the pom for given dependency exisit we will add it to the queue