This is an automated email from the ASF dual-hosted git repository.
hboutemy 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 c18f617 [MPH-177] add menu entries for each goal
c18f617 is described below
commit c18f617f10bd02c15325e89fed40fe62dc77b53e
Author: Hervé Boutemy <[email protected]>
AuthorDate: Mon Mar 13 07:58:54 2023 +0100
[MPH-177] add menu entries for each goal
---
src/site/site.xml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index d210372..740647a 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -29,7 +29,16 @@ under the License.
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
- <item name="Goals" href="plugin-info.html"/>
+ <item name="Goals" 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"/>
+ <item name="help:effective-pom" href="effective-pom-mojo.html"/>
+ <item name="help:effective-settings"
href="effective-settings-mojo.html"/>
+ <item name="help:evaluate" href="evaluate-mojo.html"/>
+ <item name="help:system" href="system-mojo.html"/>
+ <item name="help:help" href="help-mojo.html"/>
+ </item>
<item name="Usage" href="usage.html"/>
<item name="FAQ" href="faq.html"/>
<!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->