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 + +