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-help-plugin.git
The following commit(s) were added to refs/heads/master by this push: new a01dbc2 [MNGSITE-529] Rename "Goals" to "Plugin Documentation" a01dbc2 is described below commit a01dbc2b9a42c06c4e33decd437bd5b1c168eb7c Author: Matthias Bünger <buk...@users.noreply.github.com> AuthorDate: Wed Feb 12 17:39:58 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 740647a..d5c0129 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" collapse="true"> + <item name="Plugin Documentation" href="plugin-info.html" collapse="true"> <item name="help:active-profiles" href="active-profiles-mojo.html"/> <item name="help:all-profiles" href="all-profiles-mojo.html"/> <item name="help:describe" href="describe-mojo.html"/>