Re: Using parent POMs effectively

2009-07-01 Thread Tom Bollwitt
We created a maven site skin and then added a site.xml in the project that is used for our parent super pom. All our projects eventually inherit from this global super pom so the site.xml is also inherited. If you need info on creating a skin then check here...

Re: Using parent POMs effectively

2009-07-01 Thread J . T . Halliley
. Is this a bug in the site plugin? Thanks, Tom j.t.halli...@flagstar.com From: Tom Bollwitt tlbollw...@mersoft.com To: Maven Users List users@maven.apache.org Date: 07/01/2009 08:52 AM Subject: Re: Using parent POMs effectively We created a maven site skin and then added a site.xml

Using parent POMs effectively

2009-06-30 Thread J . T . Halliley
I've created a parent POM, in which to house a few common dependencies, but mostly to set up how a site is built: * CheckStyle rules, * JavaDoc stylesheet, * JXR stylesheet, * site stylesheet. But the latter site.css is not being picked up: It lives in