From 2c38a0a6016fa309b549ff6a3752a88f740a4741 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Tue, 31 Jan 2006 20:06:22 +0000 Subject: [PATCH] PR: MPCLOVER-50 Add support for span attribute. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@373899 13f79535-47bb-0310-9956-ffa450edef68 --- clover/plugin.jelly | 8 ++++---- clover/plugin.properties | 3 +++ clover/xdocs/changes.xml | 1 + clover/xdocs/properties.xml | 11 +++++++++++ 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/clover/plugin.jelly b/clover/plugin.jelly index 8fdda7af..a5509c5d 100644 --- a/clover/plugin.jelly +++ b/clover/plugin.jelly @@ -345,7 +345,7 @@ - + @@ -377,7 +377,7 @@ - + @@ -440,7 +440,7 @@ - + @@ -585,7 +585,7 @@ - + diff --git a/clover/plugin.properties b/clover/plugin.properties index 3818de1a..2ac902e2 100644 --- a/clover/plugin.properties +++ b/clover/plugin.properties @@ -35,6 +35,9 @@ maven.clover.flushinterval = 5000 # Controls whether the initstring parameter is treated as a relative path or not. maven.clover.relative = false +# Specifies how far back in time to include coverage recordings. +maven.clover.span = 0s + # Default ordering for the generated Clover reports. maven.clover.orderBy = PcCoveredAsc diff --git a/clover/xdocs/changes.xml b/clover/xdocs/changes.xml index c3d0d0dd..80544cca 100644 --- a/clover/xdocs/changes.xml +++ b/clover/xdocs/changes.xml @@ -25,6 +25,7 @@ + Add support for span attribute. Allow to specify the "relative" property for clover-setup. Upgrade to Clover 1.3.11. Use new clover license. diff --git a/clover/xdocs/properties.xml b/clover/xdocs/properties.xml index ac9e6cce..aca0f876 100644 --- a/clover/xdocs/properties.xml +++ b/clover/xdocs/properties.xml @@ -301,6 +301,17 @@ false + + maven.clover.span + Yes + + Specifies how far back in time to include coverage recordings from since the last Clover build. + See Using Spans. + + + 0s + +