From fbc42cc8afe6208c6dccac5353863efdcc72b525 Mon Sep 17 00:00:00 2001 From: vmassol Date: Fri, 16 Jul 2004 09:47:39 +0000 Subject: [PATCH] Prevented the clover:on goal from failing when there are no unit tests sources available. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115831 13f79535-47bb-0310-9956-ffa450edef68 --- clover/plugin.jelly | 8 +++++--- clover/xdocs/changes.xml | 4 ++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/clover/plugin.jelly b/clover/plugin.jelly index 775c6cae..be9bdac4 100644 --- a/clover/plugin.jelly +++ b/clover/plugin.jelly @@ -127,9 +127,6 @@ ${compileSrcSetString} - - ${testSrcSetString} + + + ${testSrcSetString} + diff --git a/clover/xdocs/changes.xml b/clover/xdocs/changes.xml index 5fc959c6..c7251d24 100644 --- a/clover/xdocs/changes.xml +++ b/clover/xdocs/changes.xml @@ -26,6 +26,10 @@ + + Prevented the clover:on goal from failing when there are + no unit tests sources available. + Updated to Clover Ant 1.3_01.