Hi folks,
 
The current template currently has 3 links back to main mojo site.  I think we cut down one by not placing it in the navigation bar.
 
Also the javadoc is aready in the project report, we can remove it as well.
 
use index.apt to place your introduction, if needed, other wise it is automatically default to goal usage
 
WDYT?
 
-Dan
 
<project name="Maven XXXXX Plugin">
   <bannerLeft>
      <name>Mojo</name>
      <src>http://mojo.codehaus.org/images/mojo_logo.png</src>
      <href>http://mojo.codehaus.org</href>
   </bannerLeft>
   <bannerRight>
      <name>Codehaus</name>
      <src>http://mojo.codehaus.org/images/codehaus-small.png</src>
      <href>http://www.codehaus.org</href>
   </bannerRight>
   <body>
      <links>
         <item name="Mojo" href="" href="http://mojo.codehaus.org"/">http://mojo.codehaus.org"/>
         <item name="Maven" href="" href="http://maven.apache.org/maven2"/">http://maven.apache.org/maven2"/>
      </links>
    <menu name="you plugin name "> <!-- build-helper -->
      <item name="Goals" href=""
      <item name="How to Use" href=""
    </menu>
    ${reports}
  </body>
</project>

 



Reply via email to