mirror of https://github.com/apache/maven.git
[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:
parent
5b75081750
commit
ba0fef4676
|
@ -184,8 +184,6 @@ public class DefaultPluginPrefixResolver
|
||||||
{
|
{
|
||||||
logger.warn( "Failed to retrieve " + remotePath + ": " + e.getMessage() );
|
logger.warn( "Failed to retrieve " + remotePath + ": " + e.getMessage() );
|
||||||
}
|
}
|
||||||
|
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
catch ( ArtifactDoesNotExistException e )
|
catch ( ArtifactDoesNotExistException e )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue