You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/04/04 01:06:02 UTC

svn commit: r391171 - in /maven/maven-1/plugins/trunk/junit-report: plugin.jelly xdocs/changes.xml

Author: ltheussl
Date: Mon Apr  3 16:06:01 2006
New Revision: 391171

URL: http://svn.apache.org/viewcvs?rev=391171&view=rev
Log:
PR: MPJUNITREPORT-8
Add description for default goal.

Modified:
    maven/maven-1/plugins/trunk/junit-report/plugin.jelly
    maven/maven-1/plugins/trunk/junit-report/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/junit-report/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/junit-report/plugin.jelly?rev=391171&r1=391170&r2=391171&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/junit-report/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/junit-report/plugin.jelly Mon Apr  3 16:06:01 2006
@@ -45,7 +45,8 @@
   <!-- ================================================================== -->
 
   <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" 
     prereqs="junit-report:report"/>

Modified: maven/maven-1/plugins/trunk/junit-report/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/junit-report/xdocs/changes.xml?rev=391171&r1=391170&r2=391171&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/junit-report/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/junit-report/xdocs/changes.xml Mon Apr  3 16:06:01 2006
@@ -26,6 +26,7 @@
   </properties>
   <body>
     <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 : 
         <ul>
           <li>commons-jelly-tags-xml v1.0 -> v1.1</li>