From 632a8601392d1af21fac53ce45a5d78f637efb96 Mon Sep 17 00:00:00 2001 From: vmassol Date: Mon, 14 Feb 2005 21:51:17 +0000 Subject: [PATCH] Use less diskspace by getting rid of intermediate directories earlier on git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153857 13f79535-47bb-0310-9956-ffa450edef68 --- clover/project.xml | 12 +++-- clover/xdocs/changes.xml | 100 +++++++++++++++------------------------ 2 files changed, 47 insertions(+), 65 deletions(-) diff --git a/clover/project.xml b/clover/project.xml index 23a3a4af..e504a7a6 100644 --- a/clover/project.xml +++ b/clover/project.xml @@ -23,10 +23,8 @@ 3 maven-clover-plugin Maven Clover Plugin - 1.7-SNAPSHOT - - The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover). - + 1.7 + 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 @@ -57,6 +55,11 @@ 1.6 MAVEN_CLOVER_1_6 + + 1.7 + 1.7 + MAVEN_CLOVER_1_7 + @@ -118,6 +121,7 @@ + clover clover-license diff --git a/clover/xdocs/changes.xml b/clover/xdocs/changes.xml index 8d8c235b..c09242ab 100644 --- a/clover/xdocs/changes.xml +++ b/clover/xdocs/changes.xml @@ -25,83 +25,61 @@ Emmanuel Venisse - - - Do not create a Clover report link when the project has no tests. + + 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. - - Open Clover report page in a new window in the same manner as it's - done for the Javadoc and XRef reports. + 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). - - 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. + 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. - 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. + 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). + Upgraded Clover to version 1.3.4. - - The default compiler was not reset after the execution of the - clover:report goal. + The default compiler was not reset after the execution of the + clover:reportgoal. - - Added ability for users to specify their own Clover license - file by overriding the new - maven.clover.license.path property. + Added ability for users to specify their own Clover license file by overriding the new + maven.clover.license.pathproperty. - - 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-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. + 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. - - Now using maven:get and maven:set. + Now using + maven:getand + maven:set. - - The clover:report goal does not call the tests anymore. - It only generates Clover reports. + The + clover:reportgoal does not call the tests anymore. It only generates Clover reports. - - 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. + 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. - - Prevented the clover:on goal from failing when there are - no unit tests sources available. - - - Updated to Clover Ant 1.3_01. + Prevented the + clover:ongoal from failing when there are no unit tests sources available. + 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