You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/05/22 10:06:30 UTC

[maven-dist-tool] branch master updated: update content of dist area

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 69eaaa3  update content of dist area
69eaaa3 is described below

commit 69eaaa3a75c8a8bacd1beeac448183a5b0e7d6ec
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun May 22 12:06:24 2022 +0200

    update content of dist area
---
 src/main/resources/dist-tool.conf | 21 ++++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/dist-tool.conf b/src/main/resources/dist-tool.conf
index 01391f2..4beede4 100644
--- a/src/main/resources/dist-tool.conf
+++ b/src/main/resources/dist-tool.conf
@@ -23,7 +23,7 @@
 ## > artifactId site = site url
 ## > artifactId:version site = site url
 
-> dist-area = http://www.apache.org/dist/maven/
+> dist-area = https://downloads.apache.org/maven/
 
 ## EOL
 ## /ant-tasks: org.apache.maven src+bin
@@ -31,6 +31,7 @@
 
 /archetype: org.apache.maven.archetype
   maven-archetype
+  maven-archetype-bundles
 
 /binaries: content.not.checked
 
@@ -48,6 +49,9 @@
 /indexer: org.apache.maven.indexer
   maven-indexer
 
+/jxr: org.apache.maven.jxr
+  jxr
+
 ## EOL
 ## /maven-1: content.not.checked
 
@@ -64,10 +68,11 @@
   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
 
-/jxr: org.apache.maven.jxr
-  jxr
+/mvnd: org.mvndaemon.mvnd src
+  maven-mvnd
 
 /plugin-testing: org.apache.maven.plugin-testing
   maven-plugin-testing
@@ -101,8 +106,8 @@
   maven-jar-plugin
   maven-jarsigner-plugin
   maven-javadoc-plugin
-  maven-jdeps-plugin
   maven-jdeprscan-plugin
+  maven-jdeps-plugin
   maven-jlink-plugin
   maven-jmod-plugin
   * maven-jxr-plugin 
@@ -118,6 +123,7 @@
   maven-resources-plugin
   * maven-scm-plugin
   maven-scm-publish-plugin
+  maven-scipting-plugin
   maven-shade-plugin
   maven-site-plugin
   maven-source-plugin
@@ -127,6 +133,7 @@
   maven-toolchains-plugin
   maven-verifier-plugin
   maven-war-plugin
+  * maven-wrapper-plugin
 ## Retired
 ##  maven-ant-plugin
 ##  maven-eclipse-plugin
@@ -192,10 +199,10 @@
   maven-mapping
   maven-script-interpreter
   maven-shared-incremental
+  maven-shared-io
   maven-shared-jar
   maven-shared-resources
   maven-shared-utils
-  maven-shared-io
   maven-verifier
 ## Retired  
 ##  maven-artifact-resolver
@@ -222,3 +229,7 @@
 
 /wagon: org.apache.maven.wagon
   wagon
+
+/wwrapper: org.apache.maven.wrapper
+  maven-wrapper
+  
\ No newline at end of file