mirror of https://github.com/apache/maven.git
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:
parent
1267d975bd
commit
c0f98e60b2
|
@ -195,7 +195,8 @@ public class DefaultArtifactResolver
|
||||||
if ( request.isOffline() )
|
if ( request.isOffline() )
|
||||||
{
|
{
|
||||||
throw new ArtifactResolutionException( "The repository system is offline"
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue