MPCLOVER-40: Fixed the <code>clover:test-single</code> goal which was wrongly calling the <code>clover:swing-report-internal</code> (should have been <code>clover:swing-report</code>). Thanks to Kristopher Brown.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@178791 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2005-05-27 16:35:03 +00:00
parent c87d09680e
commit cbea5e9e54
2 changed files with 6 additions and 1 deletions

View File

@@ -26,6 +26,11 @@
</properties>
<body>
<release version="1.9.1-SNAPSHOT" date="in SVN">
<action dev="vmassol" type="fix" issues="MPCLOVER-40" due-to="Kristopher Brown">
Fixed the <code>clover:test-single</code> goal which was wrongly
calling the <code>clover:swing-report-internal</code> (should have
been <code>clover:swing-report</code>).
</action>
<action dev="carlos" type="fix" issues="MPCLOVER-38">
Fixed bug when <code>maven.test.failure.ignore</code> is <code>null</code>.
</action>