Create a site.xml file under <module>/src/site similar to this and add
your <item> entry in the <menu> element...
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Maven">
<bannerLeft>
<name>Maven</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>
<body>
<links>
<item name="Apache" href="http://www.apache.org/" />
<item name="Maven 1.0" href="http://maven.apache.org/"/>
<item name="Maven 2" href="http://maven.apache.org/maven2/"/>
</links>
<menu name="Maven 2.0">
<item name="Introduction" href="index.html"/>
<item name="Download" href="download.html"/>
<item name="Release Notes" href="release-notes.html" />
<item name="General Information" href="about.html"/>
<item name="For Maven 1.0 Users" href="maven1.html"/>
<item name="Road Map" href="roadmap.html" />
</menu>
${reports}
...
</body>
</project>
See http://maven.apache.org/guides/getting-started/index.html
-----Original Message-----
From: Per Bondesson (KA/EAB) [mailto:[EMAIL PROTECTED]
Sent: Friday, August 04, 2006 4:19 AM
To: [email protected]
Subject: Modify the generated report site in Maven 2
Hi!
How can you add a link in the left menu och the generated report site?
Is it possible to modify it for your own needs?
Thanks!
/Per
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]