RE: Jcoverage instrumentation excludes and jcoverage.ser clean

2004-10-06 Thread Jörg Schaible
Thomas Recloux wrote on Wednesday, October 06, 2004 2:34 PM: > Hello, > > Has someone got something to write about this ? http://jira.codehaus.org/browse/MPJCOVERAGE-11 - Jörg - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Fwd: Jcoverage instrumentation excludes and jcoverage.ser clean

2004-10-06 Thread Thomas Recloux
Hello, Has someone got something to write about this ? -- Forwarded message -- From: Thomas Recloux <[EMAIL PROTECTED]> Date: Thu, 30 Sep 2004 16:35:18 +0200 Subject: Jcoverage instrumentation excludes and jcoverage.ser clean To: Maven Developers List <[EMAIL PROTECTED]

Jcoverage instrumentation excludes and jcoverage.ser clean

2004-09-30 Thread Thomas Recloux
Hello, In my project there are some classes that I do not want to see in the jcoverage report but that are needed by my test classes. If I add them in the ${maven.jcoverage.instrumentation.excludes} property, they won't be in the classpath during the tests. I had a look to the plugin.jelly file