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/21 17:02:22 UTC

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

Author: vmassol
Date: Sat May 21 08:02:21 2005
New Revision: 171219

URL: http://svn.apache.org/viewcvs?rev=171219&view=rev
Log:
MPCLOVER-37: <code>maven.test.failure.ignore</code> is now correctly reset when <code>clover:off</code> is called. Thanks to Carlos Sanchez.

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=171219&r1=171218&r2=171219&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/clover/plugin.jelly Sat May 21 08:02:21 2005
@@ -222,10 +222,8 @@
     <j:set var="maven.build.dest" value="${mavenBuildDestOld}" scope="parent" />
     ${context.removeVariable('build.compiler')}
 
-    <j:if test="${ignoreTestFailureOld != null}">
-      <maven:set plugin="maven-test-plugin" property="maven.test.failure.ignore"
-          value="${ignoreTestFailureOld}"/>      
-    </j:if>
+    <maven:set plugin="maven-test-plugin" property="maven.test.failure.ignore"
+        value="${ignoreTestFailureOld}"/>
     <maven:set plugin="maven-test-plugin" property="maven.junit.fork"
         value="${junitForkOld}"/>
 

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=171219&r1=171218&r2=171219&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/clover/xdocs/changes.xml Sat May 21 08:02:21 2005
@@ -26,6 +26,10 @@
   </properties>
   <body>
     <release version="1.9-SNAPSHOT" date="in SVN">
+      <action dev="vmassol" type="fix" issues="MPCLOVER-37" due-to="Carlos Sanchez">
+        <code>maven.test.failure.ignore</code> is now correctly reset
+        when <code>clover:off</code> is called.
+      </action>
       <action dev="vmassol" type="fix" issue="MPCLOVER-32">
         Fully disable Clover in <code>clover:off</code> so that the Clover
         compiler adapter delegates straight to the default compiler.



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