Index: plugin.jelly
===================================================================
RCS file: /home/cvspublic/maven-plugins/clover/plugin.jelly,v
retrieving revision 1.37
diff -u -r1.37 plugin.jelly
--- plugin.jelly 30 Sep 2004 12:19:50 -0000 1.37
+++ plugin.jelly 12 Oct 2004 15:48:50 -0000
@@ -130,9 +130,17 @@
flushpolicy="interval"
flushinterval="500">
+ ${maven.clover.includes}
+ ${maven.clover.excludes}
+
-
+
+
+
+
+
+
Index: plugin.properties
===================================================================
RCS file: /home/cvspublic/maven-plugins/clover/plugin.properties,v
retrieving revision 1.9
diff -u -r1.9 plugin.properties
--- plugin.properties 11 Aug 2004 09:54:29 -0000 1.9
+++ plugin.properties 12 Oct 2004 15:48:50 -0000
@@ -18,6 +18,9 @@
# Default Maven properties for the Clover Plugin
# -------------------------------------------------------------------
+maven.clover.includes=**/*.java
+maven.clover.excludes=
+
# Location of build files generated by the Clover plugin
maven.clover.build = ${maven.build.dir}/clover