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

slachiewicz 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 e9def8b  Ignore download check for old Maven versions and 
doxia-linkcheck
e9def8b is described below

commit e9def8b1925801d0652f99316074823d76e75fc7
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Fri Jun 9 14:26:06 2023 +0200

    Ignore download check for old Maven versions and doxia-linkcheck
---
 src/main/resources/dist-tool.conf | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/dist-tool.conf 
b/src/main/resources/dist-tool.conf
index f9a5838..f7f0715 100644
--- a/src/main/resources/dist-tool.conf
+++ b/src/main/resources/dist-tool.conf
@@ -45,7 +45,8 @@
 ##  doxia-book-maven-plugin
 ##  doxia-book-renderer
   doxia-converter
-  doxia-linkcheck
+## ignore for now
+##  doxia-linkcheck
   doxia-sitetools
 
 /enforcer: org.apache.maven.enforcer
@@ -68,10 +69,11 @@
 ##   apache-maven [2.2,3.0-alpha-1)
 
 /maven-3: org.apache.maven src+bin
-  apache-maven [3.2.0,3.3.0-alpha-1)
-  apache-maven [3.3.0,3.4.0-alpha-1)
-  apache-maven [3.5.0,3.6.0-alpha-1)
-  apache-maven [3.6.0,3.7.0-alpha-1)
+## Not available in downloads area
+##  apache-maven [3.2.0,3.3.0-alpha-1)
+##  apache-maven [3.3.0,3.4.0-alpha-1)
+##  apache-maven [3.5.0,3.6.0-alpha-1)
+##  apache-maven [3.6.0,3.7.0-alpha-1)
   apache-maven [3.8.0,3.9.0-alpha-1)
   apache-maven [3.9.0,3.10.0-alpha-1)
 

Reply via email to