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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to