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

@ -35,7 +35,7 @@
<td>Yes</td>
<td>
The directory to invoke the VM in. (ignored if fork is disabled).
The default value is <code>${basedir}</code>.
The default value is <code>${basedir}</code>.
</td>
</tr>
<tr>
@ -248,8 +248,12 @@ maven.junit.jvmargs=-Xmx160m -verbose]]></source>
<td>Yes</td>
<td>
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>
all tests have been run. Default value is <code>false</code>.
<strong>after</strong> all tests have run.
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>
</tr>
<tr>