Hi,
I have a maven 2 project and I want to configure my Checkstyle report plugin so that only some of my classes are analysed. I have found the maven.checkstyle.excludes property, but despite passing this as a command line parameter (using "-D=maven.checkstyle.excludes=...") I can't get it to work. I can't find anything on the Plugin documentation page. Ideally I want to be able to set this in the section of my POM.
Can anyone help?
TIA
Cheers, Andrew