mirror of https://github.com/apache/maven.git
fix blacklisting handling
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314759 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8c49bbda97
commit
2fd4fb9918
|
@ -271,7 +271,7 @@ public class DefaultRepositoryMetadataManager
|
|||
{
|
||||
if ( !wagonManager.isOnline() )
|
||||
{
|
||||
if ( !allowBlacklisting )
|
||||
if ( allowBlacklisting )
|
||||
{
|
||||
getLogger().debug(
|
||||
"System is offline. Cannot resolve metadata:\n" + metadata.extendedToString() + "\n\n" );
|
||||
|
|
Loading…
Reference in New Issue