Removed deprecation on maven-junit-report-plugin:report goal.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114430 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2003-11-29 18:25:39 +00:00
parent e87f613b5a
commit 80dfeb95d1
2 changed files with 5 additions and 6 deletions

View File

@ -10,7 +10,7 @@
<j:if test="${unitTestSourcesPresent == 'true'}"> <j:if test="${unitTestSourcesPresent == 'true'}">
<doc:registerReport <doc:registerReport
name="Unit Tests" name="Unit Tests"
pluginName="junit-report" pluginName="maven-junit-report-plugin"
description="Report on the results of the unit tests." description="Report on the results of the unit tests."
link="junit-report"/> link="junit-report"/>
</j:if> </j:if>
@ -26,10 +26,8 @@
<!-- 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 -->
<!-- ================================================================== --> <!-- ================================================================== -->
<!-- 29/11/2003: Deprecated: needs to be removed sometime in the future -->
<goal name="maven-junit-report-plugin:report" <goal name="maven-junit-report-plugin:report"
prereqs="junit-report:report" prereqs="junit-report:report"/>
description="Generate a report from the test results (deprecated - Please use junit-report:report instead)"/>
<goal name="junit-report:report" <goal name="junit-report:report"
description="Generate a report from the test results"> description="Generate a report from the test results">

View File

@ -10,8 +10,9 @@
<release version="1.4" date="in CVS"> <release version="1.4" date="in CVS">
<action dev="vmassol" type="update"> <action dev="vmassol" type="update">
Deprecated goal <code>maven-junit-report-plugin:report</code>. It is Added new goal <code>junit-report:report</code> which is is the same
replaced by <code>junit-report:report</code>. as the <code>maven-junit-report-plugin:report</code> goal (but in a
simpler short form that can be called from other plugins).
</action> </action>
</release> </release>