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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 2aeae526 move /wrapper to /tools/wrapper with /tools-archives
2aeae526 is described below

commit 2aeae526c4b77f02546db4d0854f635b0169c53c
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Sat Jul 5 18:08:57 2025 +0200

    move /wrapper to /tools/wrapper with /tools-archives
---
 content/apt/plugins/index.apt                                         | 2 +-
 content/filtered-resources/.htaccess                                  | 2 ++
 .../developers/website/component-reference-documentation-helper.md    | 2 ++
 content/resources/components.links                                    | 4 ++--
 content/resources/tools/components.links                              | 3 +++
 5 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/content/apt/plugins/index.apt b/content/apt/plugins/index.apt
index df8fbdab..0d376558 100644
--- a/content/apt/plugins/index.apt
+++ b/content/apt/plugins/index.apt
@@ -173,7 +173,7 @@ Available Plugins
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 | {{{/plugins/maven-toolchains-plugin/} <<<toolchains>>>}}     | B          | 
3.2.0        | 2024-04-21 | Allows to share configuration across plugins. | 
{{{https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git}Git}} / 
{{{https://github.com/apache/maven-toolchains-plugin/}GitHub}} | 
{{{https://github.com/apache/maven-toolchains-plugin/issues}GitHub Issues}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-wrapper-plugin/} <<<wrapper>>>}}           | B          | 
3.3.2        | 2024-05-24 | Download and unpack the maven wrapper distribution 
| {{{https://gitbox.apache.org/repos/asf/maven-wrapper-plugin.git}Git}} / 
{{{https://github.com/apache/maven-wrapper/}GitHub}} | 
{{{https://github.com/apache/maven-wrapper/issues}GitHub Issues}}
+| {{{/tools/wrapper/maven-wrapper-plugin/} <<<wrapper>>>}}     | B          | 
3.3.2        | 2024-05-24 | Download and unpack the maven wrapper distribution 
| {{{https://gitbox.apache.org/repos/asf/maven-wrapper-plugin.git}Git}} / 
{{{https://github.com/apache/maven-wrapper/}GitHub}} | 
{{{https://github.com/apache/maven-wrapper/issues}GitHub Issues}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 
   \* <<B>>uild or <<R>>eporting plugin
diff --git a/content/filtered-resources/.htaccess 
b/content/filtered-resources/.htaccess
index 813da119..16f61f15 100644
--- a/content/filtered-resources/.htaccess
+++ b/content/filtered-resources/.htaccess
@@ -64,6 +64,8 @@ RedirectMatch permanent 
^/shared/maven-plugin-testing-tools/(.*)$ /plugin-testin
 RedirectMatch permanent ^/shared/maven-plugin-tools/(.*)$ /plugin-tools/$1
 RedirectMatch permanent ^/[^/]+-archives/([^/\dLATES]+/.*)$ /$1
 RedirectMatch permanent ^/ref/3.1-SNAPSHOT/(.*)$ /ref/3-LATEST/$1
+RedirectMatch permanent ^/wrapper/(.*)$ /tools/wrapper/$1
+RedirectMatch permanent ^/wrapper-archives/(.*)$ /tools-archives/$1
 
 RedirectMatch permanent ^/plugins/maven-clover-plugin/([^2i].+)$ 
/plugins/maven-clover-plugin/2.4/$1
 RedirectMatch permanent ^/plugins/maven-clover-plugin/ins(.+)$ 
/plugins/maven-clover-plugin/2.4/ins$1
diff --git 
a/content/markdown/developers/website/component-reference-documentation-helper.md
 
b/content/markdown/developers/website/component-reference-documentation-helper.md
index ace35655..c392366d 100644
--- 
a/content/markdown/developers/website/component-reference-documentation-helper.md
+++ 
b/content/markdown/developers/website/component-reference-documentation-helper.md
@@ -31,6 +31,8 @@ select component category, then type artifact id and version 
to generate svn com
 <li><a href="?pom">poms</a></li>
 <li><a href="?resolver">resolver</a></li>
 <li><a href="?skins">skins</a></li>
+<li><a href="?extensions">extensions</a></li>
+<li><a href="?tools">tools</a></li>
 <li><a href="?doxia">Doxia</a></li>
 <li><a href="?doxia-sitetools">Doxia Sitetools</a></li>
 <li><a href="?doxia-tools">Doxia Tools</a></li>
diff --git a/content/resources/components.links 
b/content/resources/components.links
index 104de85b..704cc619 100644
--- a/content/resources/components.links
+++ b/content/resources/components.links
@@ -43,7 +43,7 @@ skins-archives=components/skins-archives
 studies=components/studies
 surefire-archives=components/surefire-archives
 surefire=components/surefire
+tools-archives=components/tools-archives
+#tools
 wagon-archives=components/wagon-archives
 wagon=components/wagon
-wrapper-archives=components/wrapper-archives
-wrapper=components/wrapper
diff --git a/content/resources/tools/components.links 
b/content/resources/tools/components.links
new file mode 100644
index 00000000..08c81192
--- /dev/null
+++ b/content/resources/tools/components.links
@@ -0,0 +1,3 @@
+# links property file for Ant's symlink task in pom.xml:
+# links to components in https://maven.apache.org/components
+wrapper=../components/tools/wrapper

Reply via email to