You have to give more information? I have looked at the thread..but if you were using the cobertura-maven-plugin and just have the "intstrument" goal, it *WILL* put the instrumented classes in the classpath. (i.e. classes/* will be redirected to generated-classes/*). Since plugin ordering varies between maven versions (if binding to same phase), I would make sure that the cobertura instrument goal is last executed in that phase.
Also, I think I replied yesterday, if you need the coverage xml file, then the standard cobertura plugin cannot do that *independently*, you can use the modded plugin.... Thanks, mohan kr -----Original Message----- From: lvdpal [mailto:[email protected]] Sent: Wednesday, July 22, 2009 4:23 AM To: [email protected] Subject: RE: Putting instrumented classes on the classpath Because I'm still looking for a solution to this prolem. It's such a shame to use Sonar when having tests and not getting any code coverage. lvdpal wrote: > > Nobody else has any ideas? > -- View this message in context: http://www.nabble.com/Putting-instrumented-classes-on-the-classpath-tp241836 79p24602797.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
