From e3f2dd021e6ee2d3a6211c5265f6219b60309674 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Sat, 6 May 2006 16:12:26 +0000 Subject: [PATCH] maven.test.failure.ignore apparently does not imply maven.test.error.ignore (see MPTEST-62). git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@400331 13f79535-47bb-0310-9956-ffa450edef68 --- test/xdocs/properties.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/xdocs/properties.xml b/test/xdocs/properties.xml index df404f61..648adfa9 100644 --- a/test/xdocs/properties.xml +++ b/test/xdocs/properties.xml @@ -181,8 +181,7 @@ maven.junit.jvmargs=-Xmx160m -verbose]]> maven.test.failure.ignore Yes - Set this to true to ignore a failure during testing - (errors are considered failures as well). + Set this to true to ignore a failure during testing. Its use is NOT RECOMMENDED, but quite convenient on occasion.