o Improved error message

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@803140 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-08-11 14:52:38 +00:00
parent 1267d975bd
commit c0f98e60b2
1 changed files with 2 additions and 1 deletions

View File

@ -195,7 +195,8 @@ public class DefaultArtifactResolver
if ( request.isOffline() )
{
throw new ArtifactResolutionException( "The repository system is offline"
+ " and the requested artifact is not locally available", artifact, remoteRepositories );
+ " and the requested artifact is not locally available at " + destination, artifact,
remoteRepositories );
}
else
{