This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new 12f8dbf  ignore dist issue with Maven 3.0.5
12f8dbf is described below

commit 12f8dbff565407577f5646fdc1c900f6c967e935
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sun May 10 15:49:49 2020 +0200

    ignore dist issue with Maven 3.0.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9388b5d..dbe13a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -234,7 +234,7 @@
           </ignoreSiteFailures>
           <ignoreDistFailures>
             <ignoreDistFailure>doxia-linkcheck:1.2</ignoreDistFailure>
-            <ignoreDistFailure>apache-maven:2.0.11</ignoreDistFailure><!-- 
this one is in distribution area but not in central -->
+            <ignoreDistFailure>apache-maven:3.0.5</ignoreDistFailure><!-- 
unexpected missing sha1 on 1 CDN node used by ASF Jenkins -->
             <ignoreDistFailure>maven-docck-plugin:1.0</ignoreDistFailure>
             <ignoreDistFailure>maven-reactor-plugin:1.0</ignoreDistFailure>
             <ignoreDistFailure>file-management:1.2.1</ignoreDistFailure>

Reply via email to