--- [EMAIL PROTECTED] wrote:
> And how do I do that? Editing some tags somewhere the project.xml?
In the xdocs folder, create a file named navigation.xml. The contents
of the file has the following structure:
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Maven">
<title>Maven</title>
<body>
<links>
<item name="Turbine" href="http://jakarta.apache.org/turbine/"/>
...
</links>
<menu name="Overview">
<item name="Goals" href="/goals.html"/>
...
</menu>
</body>
</project>
The 'links' entries will end up in the bar under header of each web
page. The 'menu' items will put above the general Maven generated
project info links.
Ringo
__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>