From 758ddc2deff8f178f5764dfb2bd0f05763fbde45 Mon Sep 17 00:00:00 2001 From: vmassol Date: Tue, 31 May 2005 12:34:23 +0000 Subject: [PATCH] MPCLOVER-30: When calling clover:on a second time, an updated maven.compile.src.set was ignored. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@179212 13f79535-47bb-0310-9956-ffa450edef68 --- clover/plugin.jelly | 8 ++++++++ clover/xdocs/changes.xml | 10 +++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/clover/plugin.jelly b/clover/plugin.jelly index a07bc41f..d1d378a8 100644 --- a/clover/plugin.jelly +++ b/clover/plugin.jelly @@ -227,6 +227,14 @@ + + + + + + diff --git a/clover/xdocs/changes.xml b/clover/xdocs/changes.xml index 17126d24..b4bcff88 100644 --- a/clover/xdocs/changes.xml +++ b/clover/xdocs/changes.xml @@ -26,20 +26,24 @@ + + When calling clover:on a second time, an updated + maven.compile.src.set was ignored. + - Fixed the + Fixed the clover:test-singlegoal which was wrongly calling the clover:swing-report-internal(should have been clover:swing-report). - Fixed bug when + Fixed bug when maven.test.failure.ignoreis null. - + maven.test.failure.ignoreis now correctly reset when clover:offis called.