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

svn commit: r178218 - /maven/maven-1/plugins/trunk/clover/plugin.jelly

Author: carlos
Date: Tue May 24 10:51:45 2005
New Revision: 178218

URL: http://svn.apache.org/viewcvs?rev=178218&view=rev
Log:
Fixed MPCLOVER-38, maven:set doesn't allow null values

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

Modified: maven/maven-1/plugins/trunk/clover/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clover/plugin.jelly?rev=178218&r1=178217&r2=178218&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/clover/plugin.jelly Tue May 24 10:51:45 2005
@@ -222,8 +222,8 @@
     <j:set var="maven.build.dest" value="${mavenBuildDestOld}" scope="parent" />
     ${context.removeVariable('build.compiler')}
 
-    <maven:set plugin="maven-test-plugin" property="maven.test.failure.ignore"
-        value="${ignoreTestFailureOld}"/>
+    ${pom.getPluginContext('maven-test-plugin').setVariable(
+        "maven.test.failure.ignore", ignoreTestFailureOld)}
     <maven:set plugin="maven-test-plugin" property="maven.junit.fork"
         value="${junitForkOld}"/>
 



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