Author: vmassol
Date: Tue Oct  3 04:08:42 2006
New Revision: 452419

URL: http://svn.apache.org/viewvc?view=rev&rev=452419
Log:
MCLOVER-56: Add documentation about the clover:log goal

Modified:
    maven/plugins/trunk/maven-clover-plugin/src/site/apt/usage.apt

Modified: maven/plugins/trunk/maven-clover-plugin/src/site/apt/usage.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clover-plugin/src/site/apt/usage.apt?view=diff&rev=452419&r1=452418&r2=452419
==============================================================================
--- maven/plugins/trunk/maven-clover-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-clover-plugin/src/site/apt/usage.apt Tue Oct  3 
04:08:42 2006
@@ -28,6 +28,8 @@
 
  * {{{usage.html#Controlling files to instrument}Controlling files to 
instrument}}
 
+ * {{{usage.html#Getting information on an existing Clover database}Getting 
information on an existing Clover database}}
+
  []
 
 * {Generating a Clover report when generating the site}
@@ -407,4 +409,23 @@
       </excludes>
 [...]
 +---------
- 
\ No newline at end of file
+
+* {Getting information on an existing Clover database}
+
+  You can dump information about your project's Clover database (after it has 
been populated) by running
+  <<<mvn clover:log>>>.
+
+  Here's an example of an output:
+
++--------
+[INFO] [clover:log]
+[INFO] Clover Coverage Report
+Coverage Timestamp: Tue Oct 03 12:54:52 CEST 2006
+
+
+Coverage Overview -
+      Methods: 2/3 (66,7%)
+   Statements: 2/3 (66,7%)
+ Conditionals: 1/2 (50%)
+        TOTAL: 62,5%
++---------


Reply via email to