From 60c8b020293739a307b4547629064d97e98cf5e2 Mon Sep 17 00:00:00 2001 From: carlos Date: Tue, 24 May 2005 17:51:45 +0000 Subject: [PATCH] Fixed MPCLOVER-38, maven:set doesn't allow null values git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@178218 13f79535-47bb-0310-9956-ffa450edef68 --- clover/plugin.jelly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clover/plugin.jelly b/clover/plugin.jelly index c4fe19c7..0274d1be 100644 --- a/clover/plugin.jelly +++ b/clover/plugin.jelly @@ -222,8 +222,8 @@ ${context.removeVariable('build.compiler')} - + ${pom.getPluginContext('maven-test-plugin').setVariable( + "maven.test.failure.ignore", ignoreTestFailureOld)}