You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2005/05/27 18:35:05 UTC

svn commit: r178791 - in /maven/maven-1/plugins/trunk/clover: plugin.jelly xdocs/changes.xml

Author: vmassol
Date: Fri May 27 09:35:03 2005
New Revision: 178791

URL: http://svn.apache.org/viewcvs?rev=178791&view=rev
Log:
MPCLOVER-40: Fixed the <code>clover:test-single</code> goal which was wrongly calling the <code>clover:swing-report-internal</code> (should have been <code>clover:swing-report</code>). Thanks to Kristopher Brown.

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

Modified: maven/maven-1/plugins/trunk/clover/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clover/plugin.jelly?rev=178791&r1=178790&r2=178791&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/clover/plugin.jelly Fri May 27 09:35:03 2005
@@ -281,7 +281,7 @@
       <j:when test="${unitTestSourcesPresent == 'true'}">
         <attainGoal name="clover:on"/>
         <attainGoal name="test:single"/>
-        <attainGoal name="clover:swing-report-internal"/>
+        <attainGoal name="clover:swing-report"/>
         <attainGoal name="clover:off"/>
       </j:when>
       <j:otherwise>

Modified: maven/maven-1/plugins/trunk/clover/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clover/xdocs/changes.xml?rev=178791&r1=178790&r2=178791&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/clover/xdocs/changes.xml Fri May 27 09:35:03 2005
@@ -26,6 +26,11 @@
   </properties>
   <body>
     <release version="1.9.1-SNAPSHOT" date="in SVN">
+      <action dev="vmassol" type="fix" issues="MPCLOVER-40" due-to="Kristopher Brown">
+        Fixed the <code>clover:test-single</code> goal which was wrongly 
+        calling the <code>clover:swing-report-internal</code> (should have
+        been <code>clover:swing-report</code>).
+      </action>
       <action dev="carlos" type="fix" issues="MPCLOVER-38">
         Fixed bug when <code>maven.test.failure.ignore</code> is <code>null</code>.
       </action>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org