Author: brett
Date: Tue Feb 15 14:50:54 2005
New Revision: 153968

URL: http://svn.apache.org/viewcvs?view=rev&rev=153968
Log:
fix documentation

Modified:
    maven/maven-1/plugins/trunk/junit-report/plugin.jelly
    maven/maven-1/plugins/trunk/junit-report/xdocs/changes.xml
    maven/maven-1/plugins/trunk/junit-report/xdocs/goals.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?view=diff&r1=153967&r2=153968
==============================================================================
--- maven/maven-1/plugins/trunk/junit-report/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/junit-report/plugin.jelly Tue Feb 15 14:50:54 
2005
@@ -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"/>
 

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?view=diff&r1=153967&r2=153968
==============================================================================
--- maven/maven-1/plugins/trunk/junit-report/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/junit-report/xdocs/changes.xml Tue Feb 15 
14:50:54 2005
@@ -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">

Modified: maven/maven-1/plugins/trunk/junit-report/xdocs/goals.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/junit-report/xdocs/goals.xml?view=diff&r1=153967&r2=153968
==============================================================================
--- maven/maven-1/plugins/trunk/junit-report/xdocs/goals.xml (original)
+++ maven/maven-1/plugins/trunk/junit-report/xdocs/goals.xml Tue Feb 15 
14:50:54 2005
@@ -30,9 +30,9 @@
         <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>
   </body>
-</document>
\ No newline at end of file
+</document>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to