Skip to content

Commit

Permalink
[MPH-177] add menu entries for each goal
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Mar 13, 2023
1 parent 91410ae commit c18f617
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit c18f617

Please sign in to comment.