diff --git a/clover/project.xml b/clover/project.xml index 895d5107..a547a50b 100644 --- a/clover/project.xml +++ b/clover/project.xml @@ -23,7 +23,7 @@ 3 maven-clover-plugin Maven Clover Plugin - 1.8-SNAPSHOT + 1.8 The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover). Produce Clover reports http://maven.apache.org/reference/plugins/clover/ @@ -60,6 +60,11 @@ 1.7 MAVEN_CLOVER_1_7 + + 1.8 + 1.8 + MAVEN_CLOVER_1_8 + diff --git a/clover/xdocs/changes.xml b/clover/xdocs/changes.xml index 603c1aac..3505ba67 100644 --- a/clover/xdocs/changes.xml +++ b/clover/xdocs/changes.xml @@ -25,40 +25,27 @@ Emmanuel Venisse - - - Added support for historical reports by adding a new - clover:save-history goal that saves a Clover - history point. The history points are then used by - clover:report to generate history reports - (including a link on the Maven-generated website). + + Added support for historical reports by adding a new + clover:save-historygoal that saves a Clover history point. The history points are then used by + clover:reportto generate history reports (including a link on the Maven-generated website). - - Updated to Clover 1.3.5 and applied new license that supports - generating history report (the previous one didn't support it). - - - Add support for method, statement and block context filtering through - the following properties: + Updated to Clover 1.3.5 and applied new license that supports generating history report (the previous one didn't support it). + Add support for method, statement and block context filtering through the following properties: maven.clover.context.block.names, maven.clover.context.method.names, maven.clover.context.method.regexps, - maven.clover.context.statement.names and + maven.clover.context.statement.namesand maven.clover.context.statement.regexps. - - Added new clover:check goal that verifies if the - test coverage if above a threshold defined by the properties + Added new + clover:checkgoal that verifies if the test coverage if above a threshold defined by the properties maven.clover.check.target, - maven.clover.check.packages and - maven.clover.check.targets. It fails the build - if it's below. + maven.clover.check.packagesand + maven.clover.check.targets. It fails the build if it's below. - - Changed the location of the default license. It is now bundled in the - plugin and the plugin no longer downloads it from your remote - repository. As before if you wish to use your own license use the - maven.clover.license.path property. + Changed the location of the default license. It is now bundled in the plugin and the plugin no longer downloads it from your remote repository. As before if you wish to use your own license use the + maven.clover.license.pathproperty.