On Sun, 2008-02-03 at 17:39 +0100, simon wrote: > Hi, > > I have a problem where I have a pom P1 in a top-level dir, and a pom P2 > in a subdir (a module). The parent of P2 is NOT P1; P1 just exists to > build the modules in sub-directories [1]. > > When > mvn site:site > is run in the subdir, ie directly in the directory of pom P2 then it > works as expected; the site generated in subdir/target/site has all the > relevant data. > > But when I run exactly the same command at the top-level dir, module P2 > gets built but the site is missing all its menus (ie > p2/target/site/index.html is different). > > There is an xdoc/index.xml file, which in both cases is correctly being > processed to generate the index.html file. However when the site:site > command is run from the top-level directory the menus defined in > site.xml are not being inserted into it.
Ok, it looks like there are a lot of bugreports in JIRA that could be related to this: * http://jira.codehaus.org/browse/MSITE-279 * http://jira.codehaus.org/browse/MSITE-270 * http://jira.codehaus.org/browse/MSITE-262 * http://jira.codehaus.org/browse/MSITE-256 * http://jira.codehaus.org/browse/MSITE-245 I see you maven devs have been doing a lot of great work getting new releases of many plugins out. It would be great to see the site plugin getting some attention sometime... Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
