Clarify and correct maven.test.haltafterfailure explanation.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@601604 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jjensen 2007-12-06 04:16:22 +00:00
parent 2431e88b5c
commit fda88665cf

View File

@ -248,8 +248,12 @@ maven.junit.jvmargs=-Xmx160m -verbose]]></source>
<td>Yes</td> <td>Yes</td>
<td> <td>
Set this to <code>true</code> to halt the build on any test failures Set this to <code>true</code> to halt the build on any test failures
(note: errors are considered failures as well), but <strong>after</strong> <strong>after</strong> all tests have run.
all tests have been run. Default value is <code>false</code>. maven.test.haltafterfailure is only obeyed if
maven.test.failure.ignore=true, so you have to use them together.
To also halt the build on any test errors after
all tests have run, set maven.test.error.ignore=true too.
Default value is <code>false</code>.
</td> </td>
</tr> </tr>
<tr> <tr>