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-shade-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 89bdd78 [MNGSITE-529] Rename "Goals" to "Plugin Documentation" 89bdd78 is described below commit 89bdd78ca2f4756a83eee5c3d2b437011c0b8d7f Author: Matthias Bünger <buk...@users.noreply.github.com> AuthorDate: Sat Feb 15 13:51:43 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 31a5c7a..174a2dc 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -51,7 +51,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="shade:shade" href="shade-mojo.html" /> <item name="shade:help" href="help-mojo.html" /> </item>