You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Bargon, Stuart" <sb...@clinphone.com> on 2004/07/05 14:11:17 UTC

Jcoverage not finding un-instrumented classes

Hi,
  I'm using the JCoverage plugin but I need to not instrument some classes so I added the property

"maven.jcoverage.instrumentation.excludes = **/Mock*.class" 

This stopped those classes from being instrumented but now when the unit test are run inside the JCoverage goal it reports that the un-instumented classes can't be found. NoClassDefFoundError. Any ideas? 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org