mirror of
https://github.com/apache/maven.git
synced 2025-02-07 10:38:47 +00:00
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 @@ private void resolveAlways( ArtifactMetadata metadata, ArtifactRepository reposi
|
||||
{
|
||||
if ( !wagonManager.isOnline() )
|
||||
{
|
||||
if ( !allowBlacklisting )
|
||||
if ( allowBlacklisting )
|
||||
{
|
||||
getLogger().debug(
|
||||
"System is offline. Cannot resolve metadata:\n" + metadata.extendedToString() + "\n\n" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user