> I'm having a hard time figuring out how to specify a navigation.xml
> file for my subprojects. When I do a multiproject:site, I find that my
> subproject's xdocs/navigation.xml file is ignored, and the main
> project's xdocs/navigation.xml file is used instead.

The trick is defining this property in the subprojects:

maven.docs.src=${basedir}/xdocs

If the ${basedir} isn't there, for some reason it sucks the navigation.xml
from the root project.

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

Reply via email to