From d3eb8282a76187440bf42ddb81f4551498d45575 Mon Sep 17 00:00:00 2001 From: brett Date: Sat, 12 Jun 2004 04:52:28 +0000 Subject: [PATCH] PR: MPCLOVER-15 Make maven.clover.jar work git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115461 13f79535-47bb-0310-9956-ffa450edef68 --- clover/plugin.jelly | 11 ++++------- clover/project.xml | 5 +---- clover/xdocs/changes.xml | 3 +++ 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/clover/plugin.jelly b/clover/plugin.jelly index 656ea0d1..5a69e209 100644 --- a/clover/plugin.jelly +++ b/clover/plugin.jelly @@ -51,25 +51,22 @@ - + - + - - + + - - - diff --git a/clover/project.xml b/clover/project.xml index d0f79736..0f03c17d 100644 --- a/clover/project.xml +++ b/clover/project.xml @@ -23,7 +23,7 @@ 3 maven-clover-plugin Maven Clover Plugin - 1.5 + 1.6-SNAPSHOT Produce Clover reports http://maven.apache.org/reference/plugins/clover/ @@ -104,9 +104,6 @@ clover clover 1.2.3 - - root - diff --git a/clover/xdocs/changes.xml b/clover/xdocs/changes.xml index eda6f491..4348acf7 100644 --- a/clover/xdocs/changes.xml +++ b/clover/xdocs/changes.xml @@ -25,6 +25,9 @@ Emmanuel Venisse + + Make maven.clover.jar work + Do not execute Clover if there are no tests to run Clover on. This prevents an error happening in the clover:ongoal.