Is it possible to configure the maven 2 clover plug-in to exclude certain files similar to the maven.clover.excludes property in the maven 1.x clover plugin?
I tried adding an <excludes>**/*Exception.java</excludes> to my build/plugins/plugin/configuration as well as to my executions/execution/configuration element under the maven-clover-plugin build plugin but that didn't work. Thanks, Christian
