/[Apache-SVN]/maven/maven-1/plugins/trunk/clover/plugin.properties
ViewVC logotype

Diff of /maven/maven-1/plugins/trunk/clover/plugin.properties

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- maven/maven-1/plugins/trunk/clover/plugin.properties	2005/02/24 10:23:34	155181
+++ maven/maven-1/plugins/trunk/clover/plugin.properties	2005/02/24 12:39:06	155182
@@ -60,6 +60,11 @@ maven.clover.execute.during.report = tru
 maven.clover.includes = **/*.java
 maven.clover.excludes =
 
+# Directory where Clover history data are saved. If you wish to save your
+# history point data so that they are not erased, point this directory to
+# a safe place that will not be deleted by a "maven clean".
+maven.clover.history.dir = ${maven.clover.build}/history
+ 
 # Test coverage % under which the build will fail when clover:check is called.
 # Set it to an empty value if you wish to only use the per-package definitions.
 maven.clover.check.target = 50%

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26