Hi, I've got a project consisting of several subprojects. I defined a parent pom for all those subprojects. I would like to be able to define a constant look & feel for all sites of the subprojects - To achieve this, I added a source folder and a site folder in it, containing a "site.xml", a css file and some images. These files are used when I call "mvn site" on the parent pom - but not when I call "mvn site" on a subproject.
Isn't there a way to make this work? I think it's pretty dumb to duplicate the exact site customization folder ( site.xml, css file, images and so on) into all 20 subprojects. ??? Thanks in advance, Peter
