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 690f977 add warning with found links in case of missing 690f977 is described below commit 690f97782a732bc5a1d1b669c08e594ac5c3e6b3 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Sun May 10 12:33:13 2020 +0200 add warning with found links in case of missing --- .../org/apache/maven/dist/tools/source/DistCheckSourceReleaseMojo.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/apache/maven/dist/tools/source/DistCheckSourceReleaseMojo.java b/src/main/java/org/apache/maven/dist/tools/source/DistCheckSourceReleaseMojo.java index eb9fa8a..0b25455 100644 --- a/src/main/java/org/apache/maven/dist/tools/source/DistCheckSourceReleaseMojo.java +++ b/src/main/java/org/apache/maven/dist/tools/source/DistCheckSourceReleaseMojo.java @@ -527,6 +527,7 @@ public class DistCheckSourceReleaseMojo { addErrorLine( cli, version, ignoreDistFailures, " > " + sourceItem + " <" ); } + getLog().warn( "==> when reading " + url + " got following hrefs: " + retrievedFiles ); } return missingFiles;