We are pleased to announce the Maven Clover Plugin 1.7 release! http://maven.apache.org/maven-1.x/plugins/clover/ The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover). =============================================================================== Changes in this version include: New Features: o Added maven.clover.includesand maven.clover.excludesproperties to specify what files to include/exclude from the Cloverification. Fixes MPCLOVER-25. Thanks to Michael Gaffney. Fixed bugs: o Do not create a Clover report link when the project has no tests. Fixes MPCLOVER-21. o clover:offshould now reset correctly the maven.build.destproperty that clover:onmodifies. Note that the reported error has been fixed even though I have not been able to reproduce the problem (and hence we don't have a test for it). Fixes MPCLOVER-28. Changes: o Open Clover report page in a new window in the same manner as it's done for the Javadoc and XRef reports. Fixes MPCLOVER-22. Thanks to Maarten Coene. o Added new maven.clover.execute.during.reportproperty to control whether or not the clover-reportgoal builds Cloverify the sources and execute the tests (defaults to true). Fixes MPCLOVER-18. o Deprecated maven.clover.database.dirproperty and replaced it with a maven.cover.databaseproperty that contains not only the database directory but also the name of the database file. Fixes MPCLOVER-24. o Upgraded Clover to version 1.3.4. Fixes MPCLOVER-26. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://people.apache.org/repo/m1-snapshot-repository/,http://repo1.maven.org/maven -DgroupId=maven -DartifactId=maven-clover-plugin -Dversion=1.7 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-clover-plugin-1.7.jar Have fun! -The Maven Clover Plugin development team