From 4993ca3f5dd993b77082062b60b28274c4575009 Mon Sep 17 00:00:00 2001 From: vmassol Date: Thu, 6 Nov 2003 07:02:30 +0000 Subject: [PATCH] Prevent the plugin from failing if the project on which it is run has no java sources/test sources. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114268 13f79535-47bb-0310-9956-ffa450edef68 --- clover/plugin.jelly | 49 ++++++++++++++++++++++++---------------- clover/xdocs/changes.xml | 4 ++++ 2 files changed, 33 insertions(+), 20 deletions(-) diff --git a/clover/plugin.jelly b/clover/plugin.jelly index 5ca56132..242d7c7b 100644 --- a/clover/plugin.jelly +++ b/clover/plugin.jelly @@ -6,7 +6,8 @@ xmlns:maven="jelly:maven" xmlns:java="java" xmlns:test="test" - xmlns:doc="doc"> + xmlns:doc="doc" + xmlns:u="jelly:util"> @@ -21,13 +22,6 @@ - - - - @@ -59,11 +52,14 @@ + + Setting Clover compiler @@ -75,7 +71,7 @@ ${pom.getContext().removeVariable('build.compiler')} - + @@ -124,15 +120,28 @@ ======================================================================== --> - - - - - - - - - + + + + + + + + + + + + + + + + + + + No Clover database found, skipping report generation + + +