This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to annotated tag maven-help-plugin-2.0.2 in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
commit 1972f2970b57d5c593b8c4acc6cf64b02e261c00 Author: Brett Leslie Porter <br...@apache.org> AuthorDate: Mon Nov 6 22:37:46 2006 +0000 put back the Overview menu - when you inherit menu items they are meant to be resolved against the parent, by design - so these always belonged in the child POM. git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin@471905 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/site.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/site/site.xml b/src/site/site.xml index c7bf522..fa09fe2 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -20,6 +20,12 @@ <project> <body> + <menu name="Overview"> + <item name="Introduction" href="index.html"/> + <item name="Goals" href="plugin-info.html"/> + <item name="Usage" href="usage.html"/> + <item name="FAQ" href="faq.html"/> + </menu> <menu name="Examples"> <item name="Configuring Describe Mojo" href="/examples/describe-configuration.html"/> </menu> -- To stop receiving notification emails like this one, please contact "commits@maven.apache.org" <commits@maven.apache.org>.