From cbea5e9e541ecd5c354f915970259f45bca21677 Mon Sep 17 00:00:00 2001 From: vmassol Date: Fri, 27 May 2005 16:35:03 +0000 Subject: [PATCH] MPCLOVER-40: Fixed the clover:test-single goal which was wrongly calling the clover:swing-report-internal (should have been clover:swing-report). Thanks to Kristopher Brown. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@178791 13f79535-47bb-0310-9956-ffa450edef68 --- clover/plugin.jelly | 2 +- clover/xdocs/changes.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/clover/plugin.jelly b/clover/plugin.jelly index 0274d1be..9c62488b 100644 --- a/clover/plugin.jelly +++ b/clover/plugin.jelly @@ -281,7 +281,7 @@ - + diff --git a/clover/xdocs/changes.xml b/clover/xdocs/changes.xml index b9ee68e7..d633f7c4 100644 --- a/clover/xdocs/changes.xml +++ b/clover/xdocs/changes.xml @@ -26,6 +26,11 @@ + + Fixed the clover:test-single goal which was wrongly + calling the clover:swing-report-internal (should have + been clover:swing-report). + Fixed bug when maven.test.failure.ignore is null.