PR: MPJUNITREPORT-8

Add description for default goal.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@391171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-04-03 23:06:01 +00:00
parent 94d66009c3
commit a123d8bf75
2 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,8 @@
<!-- ================================================================== --> <!-- ================================================================== -->
<goal name="junit-report" <goal name="junit-report"
prereqs="junit-report:report"/> prereqs="junit-report:report"
description="Generate a report from the test results"/>
<goal name="maven-junit-report-plugin:report" <goal name="maven-junit-report-plugin:report"
prereqs="junit-report:report"/> prereqs="junit-report:report"/>

View File

@ -26,6 +26,7 @@
</properties> </properties>
<body> <body>
<release version="1.5.1-SNAPSHOT" date="in SVN"> <release version="1.5.1-SNAPSHOT" date="in SVN">
<action dev="ltheussl" type="fix" issue="MPJUNITREPORT-8">Add description for default goal.</action>
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
<ul> <ul>
<li>commons-jelly-tags-xml v1.0 -> v1.1</li> <li>commons-jelly-tags-xml v1.0 -> v1.1</li>