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:50 UTC

[maven-help-plugin] 09/35: use inheritence and make all the site appearances consistent

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 cae3fb03142f6dd2083f0b572c13f781d8a44fdb
Author: Brett Leslie Porter <br...@apache.org>
AuthorDate: Mon Oct 23 00:51:59 2006 +0000

    use inheritence and make all the site appearances consistent
    
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin@466898 13f79535-47bb-0310-9956-ffa450edef68
---
 src/site/site.xml | 22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 2a9ef4d..c7bf522 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -18,30 +18,10 @@
  */
 -->
 
-<project name="Maven Help Plugin">
-  <bannerLeft>
-    <name>Maven Help</name>
-    <src>http://maven.apache.org/images/apache-maven-project.png</src>
-    <href>http://maven.apache.org/</href>
-  </bannerLeft>
-  <bannerRight>
-    <src>http://maven.apache.org/images/maven-small.gif</src>
-  </bannerRight>
+<project>
   <body>
-    <links>
-      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
-    </links>
-
-    <menu name="Overview">
-      <item name="Introduction" href="index.html"/>
-      <item name="Goals" href="plugin-info.html"/>
-      <item name="How To Use" href="usage.html"/>
-      <!--item name="FAQs" href="faq.html"/-->
-    </menu>
-
     <menu name="Examples">
       <item name="Configuring Describe Mojo" href="/examples/describe-configuration.html"/>
     </menu>
-    ${reports}
   </body>
 </project>

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