vmassol 2002/06/16 10:18:14
Modified: src/templates/xdocs maven-reports.xml
Log:
added report description for the clover plugin
Revision Changes Path
1.9 +10 -4 jakarta-turbine-maven/src/templates/xdocs/maven-reports.xml
Index: maven-reports.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/templates/xdocs/maven-reports.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- maven-reports.xml 16 Jun 2002 13:21:16 -0000 1.8
+++ maven-reports.xml 16 Jun 2002 17:18:14 -0000 1.9
@@ -75,10 +75,16 @@
</td>
</tr>
#end
- <!--
- todo vmassol : Add Clover test coverage report description. I need
- to figure out what variable I can use for the conditional test.
- -->
+ #if ($files.file("$maven.docs.dest/clover").exists())
+ <tr><td><a href="clover/index.html">Clover Test Coverage</a></td>
+ <td>
+ This document provides the results of the Clover report. This
+ reports show what portion on your code has been executed by
+ your test suite and generates statistics. It gives a very good
+ idea of how good your test suite is.
+ </td>
+ </tr>
+ #end
</table>
</subsection>
</section>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>