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:
parent
2431e88b5c
commit
fda88665cf
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user