Hi,

Not to be a dumbass... but where do I put my "goals.html" such that it
will end up in target/docs/... with the rest of the things?  I tried
putting it in xdocs but that doesn't work. [ I'm using b4 BTW, can't seem
to locate b5. ]
Thanks,
J

> --- [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]>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to