mirror of https://github.com/apache/maven.git
improve warning so it doesn't randomly download twice
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@278918 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f348cf8492
commit
ddb34ee46d
|
@ -343,6 +343,7 @@ public class DefaultWagonManager
|
||||||
// repository's checksum checking policy.
|
// repository's checksum checking policy.
|
||||||
if ( firstRun )
|
if ( firstRun )
|
||||||
{
|
{
|
||||||
|
getLogger().warn( "*** CHECKSUM FAILED - " + e.getMessage() + " - RETRYING" );
|
||||||
retry = true;
|
retry = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue