MPJCOVERAGE-7. Custom stylesheet for jcoverage plugin.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115034 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse
2004-04-23 16:20:24 +00:00
parent 12becbbd4d
commit 242ea73c6f
3 changed files with 14 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.0.4" date="In CVS">
<action dev="evenisse" type="add" issue="MPJCOVERAGE-7">Custom stylesheet for jcoverage plugin.</action>
<action dev="evenisse" type="fix" issue="MPJCOVERAGE-6">Fix the report generation after a rmic generation.</action>
</release>
<release version="1.0.3" date="2004-03-10">

View File

@@ -40,6 +40,14 @@
Specifies the root directory for jcoverage output files.
</td>
</tr>
<tr>
<td>maven.jcoverage.report.stylesheet.dir</td>
<td>${plugin.resources}/style.css</td>
<td>Yes</td>
<td>
Specifies css file for jcoverage output files.
</td>
</tr>
<tr>
<td>maven.jcoverage.instrumentation</td>
<td>${maven.jcoverage.dir}/classes</td>