Thanks, this at least gives me a hint where to start looking.
mkr wrote: > > 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 > > -- View this message in context: http://www.nabble.com/Putting-instrumented-classes-on-the-classpath-tp24183679p24606483.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]
