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-plugin-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 95be4230 [MNGSITE-529] Rename "Goals" to "Plugin Documentation"
95be4230 is described below

commit 95be4230a881b2e741040a9ba0a5497cab630dc6
Author: Matthias Bünger <buk...@users.noreply.github.com>
AuthorDate: Wed Feb 12 17:45:58 2025 +0100

    [MNGSITE-529] Rename "Goals" to "Plugin Documentation"
---
 maven-plugin-plugin/src/site/site.xml        | 2 +-
 maven-plugin-report-plugin/src/site/site.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-plugin-plugin/src/site/site.xml 
b/maven-plugin-plugin/src/site/site.xml
index cdb16f18..0806cf71 100644
--- a/maven-plugin-plugin/src/site/site.xml
+++ b/maven-plugin-plugin/src/site/site.xml
@@ -26,7 +26,7 @@ under the License.
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
-      <item name="Goals" href="plugin-info.html"/>
+      <item name="Plugin Documentation" href="plugin-info.html"/>
       <item name="Usage" href="usage.html"/>
       <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
       <item name="License" href="https://www.apache.org/licenses/"/>
diff --git a/maven-plugin-report-plugin/src/site/site.xml 
b/maven-plugin-report-plugin/src/site/site.xml
index cdb16f18..0806cf71 100644
--- a/maven-plugin-report-plugin/src/site/site.xml
+++ b/maven-plugin-report-plugin/src/site/site.xml
@@ -26,7 +26,7 @@ under the License.
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
-      <item name="Goals" href="plugin-info.html"/>
+      <item name="Plugin Documentation" href="plugin-info.html"/>
       <item name="Usage" href="usage.html"/>
       <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
       <item name="License" href="https://www.apache.org/licenses/"/>

Reply via email to