Skip to content

Commit

Permalink
add individual goals to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed May 6, 2023
1 parent 6653e7d commit d9a4932
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/site/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ ${project.name}
remote resource bundles, processes them and makes them available to the
<<<process-resources>>> phase.

* {{{./aggregate-mojo.html}remote-resources:aggregate}} retrieves the specified
remote resource bundles, processes them and makes them available to the
<<<process-resources>>> phase in aggregate mode.

[]

* Usage
Expand Down
7 changes: 6 additions & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ 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="remote-resources:aggregate" href="aggregate-mojo.html"/>
<item name="remote-resources:bundle" href="bundle-mojo.html"/>
<item name="remote-resources:process" href="process-mojo.html"/>
<item name="remote-resources: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 d9a4932

Please sign in to comment.