Rename failure property to be consistent with FAQ.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@388945 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e8d685729
commit
04e65b8c4a
@ -146,7 +146,7 @@
|
|||||||
<junit printSummary="${maven.junit.printSummary}"
|
<junit printSummary="${maven.junit.printSummary}"
|
||||||
haltonfailure="${_haltonfailure}"
|
haltonfailure="${_haltonfailure}"
|
||||||
haltonerror="${_haltonerror}"
|
haltonerror="${_haltonerror}"
|
||||||
failureProperty="_testfailure"
|
failureProperty="maven.test.failure"
|
||||||
fork="${maven.junit.fork}"
|
fork="${maven.junit.fork}"
|
||||||
forkmode="${maven.junit.forkmode}">
|
forkmode="${maven.junit.forkmode}">
|
||||||
|
|
||||||
@ -204,7 +204,7 @@
|
|||||||
</batchtest>
|
</batchtest>
|
||||||
</junit>
|
</junit>
|
||||||
|
|
||||||
<j:if test="${_testfailure}">
|
<j:if test="${maven.test.failure}">
|
||||||
<echo>
|
<echo>
|
||||||
==========================================================
|
==========================================================
|
||||||
|
|
||||||
@ -298,7 +298,7 @@
|
|||||||
<junit printSummary="${maven.junit.printSummary}"
|
<junit printSummary="${maven.junit.printSummary}"
|
||||||
haltonfailure="${_haltonfailure}"
|
haltonfailure="${_haltonfailure}"
|
||||||
haltonerror="${_haltonerror}"
|
haltonerror="${_haltonerror}"
|
||||||
failureProperty="_testfailure"
|
failureProperty="maven.test.failure"
|
||||||
fork="${maven.junit.fork}"
|
fork="${maven.junit.fork}"
|
||||||
dir="${maven.junit.dir}"
|
dir="${maven.junit.dir}"
|
||||||
forkmode="${maven.junit.forkmode}">
|
forkmode="${maven.junit.forkmode}">
|
||||||
@ -344,7 +344,7 @@
|
|||||||
|
|
||||||
</junit>
|
</junit>
|
||||||
|
|
||||||
<j:if test="${_testfailure}">
|
<j:if test="${maven.test.failure}">
|
||||||
<echo>
|
<echo>
|
||||||
==========================================================
|
==========================================================
|
||||||
|
|
||||||
@ -406,7 +406,7 @@
|
|||||||
<junit printSummary="${maven.junit.printSummary}"
|
<junit printSummary="${maven.junit.printSummary}"
|
||||||
haltonfailure="${_haltonfailure}"
|
haltonfailure="${_haltonfailure}"
|
||||||
haltonerror="${_haltonerror}"
|
haltonerror="${_haltonerror}"
|
||||||
failureProperty="_testfailure"
|
failureProperty="maven.test.failure"
|
||||||
fork="${maven.junit.fork}"
|
fork="${maven.junit.fork}"
|
||||||
dir="${maven.junit.dir}"
|
dir="${maven.junit.dir}"
|
||||||
forkmode="${maven.junit.forkmode}">
|
forkmode="${maven.junit.forkmode}">
|
||||||
@ -472,7 +472,7 @@
|
|||||||
|
|
||||||
</junit>
|
</junit>
|
||||||
|
|
||||||
<j:if test="${_testfailure}">
|
<j:if test="${maven.test.failure}">
|
||||||
<echo>
|
<echo>
|
||||||
==========================================================
|
==========================================================
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user