Hi,

If you want to add a link in the menu of the site generated by maven, you
could add the file site.xml under src/site/site.xml with something like the
following content :

<project name="MyProject">

<body>
   <menu name="Menu Name">
        <item name="My report" href="MyReportIndex.html"/>
    </menu>
</body>
</project>

Have a look at http://maven.apache.org/guides/mini/guide-site.html or "The
Maven Definitive Guide" p.380 for more information.

Reply via email to