Re: Skin inheritance

2006-02-19 Thread javed mandary
I had a similar problem , the site.xml created for the parent is not inherited by the child modules , i had to create a site.xml for each child to have a consistent look and feel across the while project. Same thing applies for site.css file which must be defined repeatedly for each child. Anothe

Re: Skin inheritance

2006-02-16 Thread Brett Porter
Is the skin not inherited, or is the whole site descriptor not inherited? I'd like to suggest that any questions about snapshot plugins be put to the maven dev list. It's easier to see them there. - Brett On 2/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > Hi guys, > > I have a mu

Skin inheritance

2006-02-16 Thread fabrice . belingard
Hi guys, I have a multi-module project, for which I created site files only in the master project. For the sub-modules, I just want the default site with reports to be generated. I put a skin in the "site.xml" of my master project. When I generate the site, I can see that the skin is not inhe