Author: svn-site-role
Date: Sat Jul 5 21:02:15 2025
New Revision: 1926982
Log:
Site checkin for project Apache Maven Site
Added:
maven/website/content/tools-archives (with props)
maven/website/content/tools/components.links
maven/website/content/tools/wrapper (with props)
Removed:
maven/website/content/wrapper
maven/website/content/wrapper-archives
Modified:
maven/website/content/.htaccess
maven/website/content/components.links
maven/website/content/developers/website/component-reference-documentation-helper.html
maven/website/content/plugins/index.html
Modified: maven/website/content/.htaccess
==============================================================================
--- maven/website/content/.htaccess (original)
+++ maven/website/content/.htaccess Sat Jul 5 21:02:15 2025
@@ -64,6 +64,8 @@ RedirectMatch permanent ^/shared/maven-p
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
Modified: maven/website/content/components.links
==============================================================================
--- maven/website/content/components.links (original)
+++ maven/website/content/components.links Sat Jul 5 21:02:15 2025
@@ -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
Modified:
maven/website/content/developers/website/component-reference-documentation-helper.html
==============================================================================
---
maven/website/content/developers/website/component-reference-documentation-helper.html
(original)
+++
maven/website/content/developers/website/component-reference-documentation-helper.html
Sat Jul 5 21:02:15 2025
@@ -187,6 +187,10 @@ under the License.
<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>
Modified: maven/website/content/plugins/index.html
==============================================================================
--- maven/website/content/plugins/index.html (original)
+++ maven/website/content/plugins/index.html Sat Jul 5 21:02:15 2025
@@ -587,7 +587,7 @@
<td style="text-align: left;"><a class="externalLink"
href="https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git">Git</a>
/ <a class="externalLink"
href="https://github.com/apache/maven-toolchains-plugin/">GitHub</a></td>
<td style="text-align: left;"><a class="externalLink"
href="https://github.com/apache/maven-toolchains-plugin/issues">GitHub
Issues</a></td></tr>
<tr class="b">
-<td style="text-align: left;"><a href="/plugins/maven-wrapper-plugin/">
<code>wrapper</code></a></td>
+<td style="text-align: left;"><a href="/tools/wrapper/maven-wrapper-plugin/">
<code>wrapper</code></a></td>
<td style="text-align: left;">B</td>
<td style="text-align: left;">3.3.2</td>
<td style="text-align: left;">2024-05-24</td>
Added: maven/website/content/tools-archives
==============================================================================
--- maven/website/content/tools-archives (added)
+++ maven/website/content/tools-archives Sat Jul 5 21:02:15 2025
@@ -0,0 +1 @@
+link components/tools-archives
\ No newline at end of file
Propchange: maven/website/content/tools-archives
------------------------------------------------------------------------------
svn:special = *
Added: maven/website/content/tools/components.links
==============================================================================
--- maven/website/content/tools/components.links (added)
+++ maven/website/content/tools/components.links Sat Jul 5 21:02:15 2025
@@ -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
Added: maven/website/content/tools/wrapper
==============================================================================
--- maven/website/content/tools/wrapper (added)
+++ maven/website/content/tools/wrapper Sat Jul 5 21:02:15 2025
@@ -0,0 +1 @@
+link ../components/tools/wrapper
\ No newline at end of file
Propchange: maven/website/content/tools/wrapper
------------------------------------------------------------------------------
svn:special = *