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

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

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

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

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