Re: Maven site plugin and inheritance

2007-07-10 Thread Brett Porter

Hi Fabrice,

This is definitely not the intended behaviour - sounds like a bug.  
FWIW, I've successfully built sites in this fashion before - so  
perhaps you could expand on how you do this (perhaps a sample project?).


Thanks,
Brett


On 07/07/2007, at 1:05 AM, Fabrice Bellingard wrote:


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.


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



Maven site plugin and inheritance

2007-07-06 Thread Fabrice Bellingard

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.