MPCLOVER-44: The <code>ant:clover-check</code> Ant task requires <code>initString</code> parameter. Thanks to Carlos Sanchez.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@191088 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -553,7 +553,7 @@
|
||||
<goal name="clover:check" prereqs="clover:init"
|
||||
description="Fail the build if the coverage is lower than the specified threshold">
|
||||
|
||||
<ant:clover-check haltOnFailure="true">
|
||||
<ant:clover-check haltOnFailure="true" initString="${maven.clover.database}">
|
||||
|
||||
<j:if test="${!empty(context.getVariable('maven.clover.check.target'))}">
|
||||
<ant:setProperty name="target" value="${maven.clover.check.target}"/>
|
||||
|
||||
@@ -26,6 +26,9 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.10-SNAPSHOT" date="in svn">
|
||||
<action dev="carlos" type="fix" isssue="MPCLOVER-44">
|
||||
The <code>ant:clover-check</code> Ant task requires <code>initString</code> parameter.
|
||||
</action>
|
||||
<action dev="vmassol" type="update" isssue="MPCLOVER-42">
|
||||
Upgrade to Clover 1.3.8.
|
||||
</action>
|
||||
|
||||
Reference in New Issue
Block a user