Hi, I am trying to instrument code using maven-clover-plugin.But it seems to instrument code only under src/main and not under src/test even though i am specifying filter using <includes><include>src/test/java/**/*IntegrationTest.java</include></includes>. I wanted to package the instrumented test classes as part of web-application to check whether this could be helpful in achieving coverage for webapplications using clover and weblogic. Regards Raju -- View this message in context: http://www.nabble.com/maven-clover-plugin-not-instrumenting-test-classes-tf3512942s177.html#a9810621 Sent from the Maven - Users mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]