Hi Christian, > -----Original Message----- > From: Christian Cabanero [mailto:[EMAIL PROTECTED] > Sent: mercredi 1 mars 2006 09:22 > To: [email protected] > Subject: excluding files for code coverage using the Clover plug-in for > Maven2 > > 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.
This feature has not been implemented yet. Feel free to create a JIRA issue against the Clover project (http://jira.codehaus.org/browse/MCLOVER). Please also feel free to attach a patch (and a test to prove that it works - You can possibly modify an existing test if you want). The m2 version of the Clover plugin is not yet as feature complete as the m1 version... Thanks -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
