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

mbuenger 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 e309d64d Add Maven Wrapper to navigation (#1422)
e309d64d is described below

commit e309d64d187499acdaed596be2ae5bc810fd510a
Author: Matthias Bünger <[email protected]>
AuthorDate: Sun Oct 12 17:51:10 2025 +0200

    Add Maven Wrapper to navigation (#1422)
    
    fixes #1419
---
 content/site.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/site.xml b/content/site.xml
index 62fc768d..6a4443f9 100644
--- a/content/site.xml
+++ b/content/site.xml
@@ -57,6 +57,7 @@ under the License.
       <item name="Maven Tools" href="/tools/index.html">
         <item name="Maven Daemon" href="/tools/mvnd.html"/>
         <item name="Maven Upgrade Tool" href="/tools/mvnup.html"/>
+        <item name="Maven Wrapper" href="/tools/mavenwrapper.html"/>
       </item>
       <item name="Index (category)" href="/guides/index.html"/>
 

Reply via email to