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.