fix documentation

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@153968 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2005-02-15 22:50:54 +00:00
parent e57ab85705
commit bbda8c24dd
3 changed files with 6 additions and 2 deletions

View File

@ -44,6 +44,9 @@
<!-- C R E A T E J U N I T X M L R E P O R T -->
<!-- ================================================================== -->
<goal name="junit-report"
prereqs="junit-report:report"/>
<goal name="maven-junit-report-plugin:report"
prereqs="junit-report:report"/>

View File

@ -26,6 +26,7 @@
</properties>
<body>
<release version="1.5.1-SNAPSHOT" date="in CVS">
<action dev="brett" type="fix">Fix documentation, add default goal</action>
<action dev="brett" type="fix" issue="MPJUNITREPORT-7">Fix HTML problems by disabling jsl's pretty printing</action>
</release>
<release version="1.5" date="2004-03-07">

View File

@ -30,7 +30,7 @@
<description>Generate a report from the test results</description>
</goal>
<goal>
<name>junit-report:generate</name>
<name>junit-report:report</name>
<description>Generate a report from the test results</description>
</goal>
</goals>