You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/20 09:35:51 UTC

[maven-help-plugin] 10/35: 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.

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" <co...@maven.apache.org>.