Author: ltheussl
Date: Tue Jan 31 11:43:13 2006
New Revision: 373893
URL: http://svn.apache.org/viewcvs?rev=373893&view=rev
Log:
PR: MPCLOVER-45
Allow to specify the 'relative' property for clover-setup.
Modified:
maven/maven-1/plugins/trunk/clover/plugin.jelly
maven/maven-1/plugins/trunk/clover/plugin.properties
maven/maven-1/plugins/trunk/clover/xdocs/changes.xml
Modified: maven/maven-1/plugins/trunk/clover/plugin.jelly
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clover/plugin.jelly?rev=373893&r1=373892&r2=373893&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/clover/plugin.jelly Tue Jan 31 11:43:13 2006
@@ -147,7 +147,8 @@
<ant:clover-setup
initstring="${maven.clover.database}"
flushpolicy="${maven.clover.flushpolicy}"
- flushinterval="${maven.clover.flushinterval}">
+ flushinterval="${maven.clover.flushinterval}"
+ relative="${maven.clover.relative}">
<j:forEach var="srcDir" items="${srcDirs}">
<ant:fileset dir="${srcDir}"
Modified: maven/maven-1/plugins/trunk/clover/plugin.properties
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clover/plugin.properties?rev=373893&r1=373892&r2=373893&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/plugin.properties (original)
+++ maven/maven-1/plugins/trunk/clover/plugin.properties Tue Jan 31 11:43:13
2006
@@ -32,6 +32,9 @@
maven.clover.flushpolicy = threaded
maven.clover.flushinterval = 5000
+# Controls whether the initstring parameter is treated as a relative path or
not.
+maven.clover.relative = false
+
# Default ordering for the generated Clover reports.
maven.clover.orderBy = PcCoveredAsc
Modified: maven/maven-1/plugins/trunk/clover/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clover/xdocs/changes.xml?rev=373893&r1=373892&r2=373893&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/clover/xdocs/changes.xml Tue Jan 31 11:43:13
2006
@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.11-SNAPSHOT" date="in SVN">
+ <action dev="ltheussl" type="add" issue="MPCLOVER-45">Allow to specify
the "relative" property for clover-setup.</action>
<action dev="ltheussl" type="update" issue="MPCLOVER-52">Upgrade to
Clover 1.3.11.</action>
<action dev="vmassol" type="update" issue="MPCLOVER-53">Use new clover
license.</action>
<action dev="vmassol" type="fix" issue="MPCLOVER-48" due-to="Brendan
Humphreys">Allow override of flushpolicy, flushinterval in
<code><clover-setup></code>, change default values.</action>