From 41ba698b2be29a54b132ecfdcc059316ed99eaf4 Mon Sep 17 00:00:00 2001 From: brett Date: Sat, 12 Jun 2004 01:31:42 +0000 Subject: [PATCH] PR: MPTEST-34 fix documentation for maven.test.failure.ignore git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115455 13f79535-47bb-0310-9956-ffa450edef68 --- test/xdocs/properties.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/xdocs/properties.xml b/test/xdocs/properties.xml index 63e40a32..c5015727 100644 --- a/test/xdocs/properties.xml +++ b/test/xdocs/properties.xml @@ -104,7 +104,7 @@ maven.test.failure.ignore Yes - Set this to any value to ignore a failure during testing. + Set this to true to ignore a failure during testing. Its use is NOT RECOMMENDED, but quite convenient on occasion.