So in other words, using cobertura-maven-plugin avoids the problems. Sorry for the premature send.
Paul Sundling -----Original Message----- From: Sundling, Paul Sent: Thursday, July 05, 2007 1:07 PM To: [email protected] Subject: cobertura 2.1 not displaying graphs properly Just in case someone has run into this recently, the code coverage report doesn't graph results properly and shows everything as 100%. This is even the case with some public sites like the PMD plugin. (Notice how everything is 100%, I'm skeptical that's real: http://maven.apache.org/plugins/maven-pmd-plugin/cobertura/index.html) http://jira.codehaus.org/browse/MCOBERTURA-61 i.e. <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.0</version> </plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
