Use issue attribute where possible for better reporting

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115100 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2004-04-30 14:38:45 +00:00
parent baabb661f6
commit eb21a3ce05
25 changed files with 55 additions and 59 deletions

View File

@@ -29,13 +29,13 @@
<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">
<action dev="evenisse" type="fix">Apply MPJCOVERAGE-3.</action>
<action dev="evenisse" type="fix" issue="MPJCOVERAGE-3">Apply MPJCOVERAGE-3.</action>
</release>
<release version="1.0.2" date="2003-12-17">
<action dev="evenisse" type="fix">Apply MAVEN-967.</action>
<action dev="evenisse" type="fix" issue="MAVEN-967">Apply MAVEN-967.</action>
</release>
<release version="1.0.1" date="2003-09-29">
<action dev="dion" type="fix">Apply MAVEN-846. JCoverage report displays wrong branch indicators for classes/packages which don't have any coverage.</action>
<action dev="dion" type="fix" issue="MAVEN-846">Apply MAVEN-846. JCoverage report displays wrong branch indicators for classes/packages which don't have any coverage.</action>
<action dev="evenisse" type="fix">Fix bug when classes have no package.</action>
<action dev="evenisse" type="fix">Fix overview page for inner classes.</action>
<action dev="evenisse" type="add">Add a postGoal to clean:clean for suppress jcoverage.ser file.</action>