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
This commit is contained in:
ltheussl
2006-05-06 16:12:26 +00:00
parent 36bcafd3ae
commit e3f2dd021e

View File

@@ -181,8 +181,7 @@ maven.junit.jvmargs=-Xmx160m -verbose]]></source>
<td>maven.test.failure.ignore</td>
<td>Yes</td>
<td>
Set this to <code>true</code> to ignore a failure during testing
(errors are considered failures as well).
Set this to <code>true</code> to ignore a failure during testing.
Its use is <b>NOT RECOMMENDED</b>, but quite convenient on occasion.
</td>
</tr>