From 3ba2b96a8850794a45950935f1446fb2556944e8 Mon Sep 17 00:00:00 2001 From: brett Date: Sat, 12 Jun 2004 05:20:57 +0000 Subject: [PATCH] rollback last change due to breakage git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115462 13f79535-47bb-0310-9956-ffa450edef68 --- clover/plugin.jelly | 11 +++++++---- clover/project.xml | 5 ++++- clover/xdocs/changes.xml | 3 --- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/clover/plugin.jelly b/clover/plugin.jelly index 5a69e209..656ea0d1 100644 --- a/clover/plugin.jelly +++ b/clover/plugin.jelly @@ -51,22 +51,25 @@ - + - + - - + + + + + diff --git a/clover/project.xml b/clover/project.xml index 0f03c17d..d0f79736 100644 --- a/clover/project.xml +++ b/clover/project.xml @@ -23,7 +23,7 @@ 3 maven-clover-plugin Maven Clover Plugin - 1.6-SNAPSHOT + 1.5 Produce Clover reports http://maven.apache.org/reference/plugins/clover/ @@ -104,6 +104,9 @@ clover clover 1.2.3 + + root + diff --git a/clover/xdocs/changes.xml b/clover/xdocs/changes.xml index 4348acf7..eda6f491 100644 --- a/clover/xdocs/changes.xml +++ b/clover/xdocs/changes.xml @@ -25,9 +25,6 @@ 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.