This is an automated email from the ASF dual-hosted git repository. mbuenger pushed a commit to branch maven-clean-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git
The following commit(s) were added to refs/heads/maven-clean-plugin-3.x by this push: new 7065077 [MNGSITE-529] Rename "Goals" to "Plugin Documentation" 7065077 is described below commit 706507760036b9d320a08831e36744e184cf3246 Author: Matthias Bünger <buk...@users.noreply.github.com> AuthorDate: Wed Feb 12 17:53:24 2025 +0100 [MNGSITE-529] Rename "Goals" to "Plugin Documentation" --- src/site/site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/site.xml b/src/site/site.xml index d776c3d..5a4fa94 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -29,7 +29,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"/> <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->