[MNG-4465] [regression] can't run mvn help:effective-settings when offline

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@883510 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-11-23 21:50:41 +00:00
parent 5b75081750
commit ba0fef4676
1 changed files with 0 additions and 2 deletions

View File

@ -184,8 +184,6 @@ public class DefaultPluginPrefixResolver
{
logger.warn( "Failed to retrieve " + remotePath + ": " + e.getMessage() );
}
continue;
}
catch ( ArtifactDoesNotExistException e )
{