Hi guys, I'm playing a bit with the maven site plugin to see what's left before it gets released. However, I have a problem with the site.xml inheritance when building multimodule projects: whether I define a site.xml file in submodules or not, the site plugin always uses the site.xml of the root project to generate the site of the submodules (when I run "mvn site" on the root project, of course). Is this the normal behaviour of inheritance for the site.xml? How should I do then if I want a cutom site for each submodule? Maybe http://docs.codehaus.org/display/MAVEN/Sites+and+Inheritence should be updated?
Fabrice.