- Fixed Changes report which was not showing up correctly (blank page)

- Fixed MAVEN-538: report generation failing when no errors.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113571 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2003-07-02 10:06:41 +00:00
parent a94a0f8fe3
commit 0d4000d594
2 changed files with 13 additions and 3 deletions

View File

@@ -6,9 +6,14 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<releases>
<body>
<release version="1.1" date="in CVS">
<action dev="vmassol" type="fix">
Make sure the report does not fail if PMD does not detect any
violation. Fixes bug
<a href="http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-538">MAVEN-538</a>.
</action>
</release>
<release version="1.0" date="2003-04-08">
@@ -55,7 +60,7 @@
Updated to used PMD 1.0
</action>
</release>
</releases>
</body>
</document>