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:
parent
e57ab85705
commit
bbda8c24dd
@ -44,6 +44,9 @@
|
|||||||
<!-- C R E A T E J U N I T X M L R E P O R T -->
|
<!-- 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"
|
<goal name="maven-junit-report-plugin:report"
|
||||||
prereqs="junit-report:report"/>
|
prereqs="junit-report:report"/>
|
||||||
|
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.5.1-SNAPSHOT" date="in CVS">
|
<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>
|
<action dev="brett" type="fix" issue="MPJUNITREPORT-7">Fix HTML problems by disabling jsl's pretty printing</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.5" date="2004-03-07">
|
<release version="1.5" date="2004-03-07">
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
<description>Generate a report from the test results</description>
|
<description>Generate a report from the test results</description>
|
||||||
</goal>
|
</goal>
|
||||||
<goal>
|
<goal>
|
||||||
<name>junit-report:generate</name>
|
<name>junit-report:report</name>
|
||||||
<description>Generate a report from the test results</description>
|
<description>Generate a report from the test results</description>
|
||||||
</goal>
|
</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user