Hey Andy, So, in other words, for the top-level project remove "multiproject/navigation.xml" and place it in "xdocs/navigation.xml" hardcoded with generated sub-project URLs...ahh, right!
Thanks for the tip! Matt -----Original Message----- From: Andy Jefferson [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 12:32 PM To: Maven Users List Subject: Re: Site/Multiproject plugins On Tue, 2003-07-22 at 16:54, Lipper, Matthew wrote: > I was wondering whether there was any follow-up to the recently posted: > > http://www.mail-archive.com/[EMAIL PROTECTED]/msg01701.html > > specifically, I was interested in the resolution of > > <snip> > The other issue is that, while (with the use of multiproject/navigation.xml) > it will generate the index.html with this extra navigation, it doesn't apply > it to my own xdocs in the top-level project (instead it uses > xdocs/navigation.xml, which doesn't have the Projects menu section). > </snip> > > I'm having the same problem. I've tried modifying > multiproject/navigation.xml (as mentioned above). I added the following to my xdocs/navigation.xml <menu name="Projects"> <item name="MyProject-Beans" href="multiproject/MyProject-Beans/index.html"/> <item name="WebShop-App" href="multiproject/MyProject-App/index.html"/> </menu> This results in your own docs for your main project getting this navigation added, so you can navigate to your subprojects from the main project level. The multiproject/navigation.xml is added to index.html only. Its only a workaround to the problem and not a fix ... we need Maven to do it automatically. > Anyway, if this issue has not been resolved (I could not find MAVEN-586 > JIRA?), could someone recommend a good starting point short of modifying > MAVEN_HOME/plugins/multiproject/templates/*navigation.xml? You can find the raised issue here ... http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-586 -- Andy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
