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:26:53 UTC

[maven-ant-plugin] 35/50: 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-ant-plugin-2.0
in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git

commit f8c0ff1f2d074fe9d4079de46076d795b5e09d5b
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-ant-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 8999821..621f4a0 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -22,6 +22,12 @@
       <item name="Ant" href="http://ant.apache.org/"/>
     </links>
 
+    <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="Using Ant build files" href="/examples/using.html"/>
     </menu>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.