From c48891dd9fb52c6c0d86d26caa561b83578ecba8 Mon Sep 17 00:00:00 2001 From: vmassol Date: Fri, 30 Apr 2004 08:21:06 +0000 Subject: [PATCH] Do not execute Clover if there are no tests to run Clover on. This prevents an error happening in the clover:on goal. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115093 13f79535-47bb-0310-9956-ffa450edef68 --- clover/plugin.jelly | 53 +++++++++++++++++++++++++++------------- clover/xdocs/changes.xml | 5 ++++ 2 files changed, 41 insertions(+), 17 deletions(-) diff --git a/clover/plugin.jelly b/clover/plugin.jelly index 65706ec8..656ea0d1 100644 --- a/clover/plugin.jelly +++ b/clover/plugin.jelly @@ -184,9 +184,17 @@ --> - - - + + + + + + + + + No tests to run Clover on + + @@ -196,26 +204,37 @@ be generated. ======================================================================== --> - + - - - + - - - - - - - - - + + + + + + + + + + + + + + + + + + + No Clover database found, skipping report generation + + + - No Clover database found, skipping report generation + No tests to run Clover on diff --git a/clover/xdocs/changes.xml b/clover/xdocs/changes.xml index 546c059c..4a7f7674 100644 --- a/clover/xdocs/changes.xml +++ b/clover/xdocs/changes.xml @@ -1,4 +1,5 @@ +