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-enforcer.git
The following commit(s) were added to refs/heads/master by this push: new 88a93af [MNGSITE-529] Rename "Goals" to "Plugin Documentation" 88a93af is described below commit 88a93afd0e7baaeadadca2ac261c4240f6d629b2 Author: Matthias Bünger <buk...@users.noreply.github.com> AuthorDate: Sat Feb 15 19:24:57 2025 +0100 [MNGSITE-529] Rename "Goals" to "Plugin Documentation" --- maven-enforcer-plugin/src/site/site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-enforcer-plugin/src/site/site.xml b/maven-enforcer-plugin/src/site/site.xml index d5fa30c..0f26aea 100644 --- a/maven-enforcer-plugin/src/site/site.xml +++ b/maven-enforcer-plugin/src/site/site.xml @@ -24,7 +24,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"/> <item name="FAQ" href="faq.html"/> <item name="Built-In Rules" href="../../enforcer/enforcer-rules/index.html"/>