Yes thanks. I noticed that the documentation didn't mention it. Thanks for the jira link though. I voted for it ;-).
I presume you could do the aggregation in ant task and then call that task from Maven? I am not familiar with Maven yet though to do this. --- Todd Thiessen -----Original Message----- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2008 2:23 PM To: Maven Users List Subject: Re: Aggregating checkstyle reports On Wed, Nov 26, 2008 at 12:13 PM, Todd Thiessen <[EMAIL PROTECTED]> wrote: > In a multi-module project, is it possible to aggregate all checkstyle > reports of the child projects into a single report for all projects? If the plugin supports it, there is usually an 'aggregate' parameter or configuration that you can set to true. Checkstyle does not seem to have this option [1] but there is an issue open [2]. [1] http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo. html [2] http://jira.codehaus.org/browse/MCHECKSTYLE-62 -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
