Re: Maven 2.0.4 - multi module reporting

2006-08-11 Thread Jan Vissers
Well... this has been a journey, which appears to have become a deception. My conclusions after a day trying to figure the reporting (surefire, checkstyle, jdepend, javancss, cobertua, pmd, jxr, changes, changelog) are: * multi-module reporting 'out-of-the-box' isn't behaving properly,

Re: Maven 2.0.4 - multi module reporting

2006-08-10 Thread Lee Meador
I know that you can aggregate the jxr reports across all the children projects of one parent. Last time I tried the JavaDocs aggregation almost worked but ultimately failed due to failure to set up the classpath correctly. I'm pretty sure cobertura doesn't aggregate yet. I could be wrong. Someo

Maven 2.0.4 - multi module reporting

2006-08-09 Thread Jan Vissers
I'm evaluating maven 2.0.4 and am wondering what the current 'state' is for multi module reporting. I've read that there are various issues with it. What I like to know is: * does multi module reporting (aggregation) work for: - surefire - checkstyle - jdepend -