diff --git a/clover/project.xml b/clover/project.xml index e504a7a6..23a3a4af 100644 --- a/clover/project.xml +++ b/clover/project.xml @@ -23,8 +23,10 @@ 3 maven-clover-plugin Maven Clover Plugin - 1.7 - The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover). + 1.7-SNAPSHOT + + The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover). + Produce Clover reports http://maven.apache.org/reference/plugins/clover/ http://jira.codehaus.org/browse/MPCLOVER @@ -55,11 +57,6 @@ 1.6 MAVEN_CLOVER_1_6 - - 1.7 - 1.7 - MAVEN_CLOVER_1_7 - @@ -121,7 +118,6 @@ - clover clover-license diff --git a/clover/xdocs/changes.xml b/clover/xdocs/changes.xml index c09242ab..8d8c235b 100644 --- a/clover/xdocs/changes.xml +++ b/clover/xdocs/changes.xml @@ -25,61 +25,83 @@ Emmanuel Venisse - - Do not create a Clover report link when the project has no tests. - Open Clover report page in a new window in the same manner as it's done for the Javadoc and XRef reports. - Added - maven.clover.includesand - maven.clover.excludesproperties to specify what files to include/exclude from the Cloverification. + + + Do not create a Clover report link when the project has no tests. - 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). + + Open Clover report page in a new window in the same manner as it's + done for the Javadoc and XRef reports. - 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. + + Added maven.clover.includes and + maven.clover.excludes properties to specify what files + to include/exclude from the Cloverification. + + + Added new maven.clover.execute.during.report property + to control whether or not the clover-report + goal builds Cloverify the sources and execute the tests + (defaults to true). + + + Deprecated maven.clover.database.dir property and + replaced it with a maven.cover.database property that + contains not only the database directory but also the name of the + database file. - 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). + clover:off should now reset correctly the + maven.build.dest property that clover:on + modifies. 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). + + + Upgraded Clover to version 1.3.4. - Upgraded Clover to version 1.3.4. - The default compiler was not reset after the execution of the - clover:reportgoal. + + The default compiler was not reset after the execution of the + clover:report goal. - Added ability for users to specify their own Clover license file by overriding the new - maven.clover.license.pathproperty. + + Added ability for users to specify their own Clover license + file by overriding the new + maven.clover.license.path property. - Made the following goals public by documenting them: - clover:report, - clover:on, - clover:off, - clover:test, + + Made the following goals public by documenting them: + clover:report, clover:on, + clover:off, clover:test, clover:test-single. - Added new - clover:test-singlegoal to execute a single test case and to view the test coverage result directly using the Clover Swing viewer. This is useful if you wish to quickly see the action that a single unit test has on the code it tests. + + Added new clover:test-single goal to execute a single test + case and to view the test coverage result directly using the Clover + Swing viewer. This is useful if you wish to quickly see the action that + a single unit test has on the code it tests. - Now using - maven:getand - maven:set. + + Now using maven:get and maven:set. - The - clover:reportgoal does not call the tests anymore. It only generates Clover reports. + + The clover:report goal does not call the tests anymore. + It only generates Clover reports. - When executing - clover:onand - clover:off, modify the - maven.build.destproperty value in the Root context of all plugins so that the value change is available in all Maven plugins. + + When executing clover:on and clover:off, modify + the maven.build.dest property value in the Root context of + all plugins so that the value change is available in all Maven plugins. - Prevented the - clover:ongoal from failing when there are no unit tests sources available. + + Prevented the clover:on goal from failing when there are + no unit tests sources available. + + + Updated to Clover Ant 1.3_01. - Updated to Clover Ant 1.3_01. Do not execute Clover if there are no tests to run Clover on. This prevents an error happening in the