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:
@@ -146,7 +146,7 @@
|
||||
<junit printSummary="${maven.junit.printSummary}"
|
||||
haltonfailure="${_haltonfailure}"
|
||||
haltonerror="${_haltonerror}"
|
||||
failureProperty="_testfailure"
|
||||
failureProperty="maven.test.failure"
|
||||
fork="${maven.junit.fork}"
|
||||
forkmode="${maven.junit.forkmode}">
|
||||
|
||||
@@ -204,7 +204,7 @@
|
||||
</batchtest>
|
||||
</junit>
|
||||
|
||||
<j:if test="${_testfailure}">
|
||||
<j:if test="${maven.test.failure}">
|
||||
<echo>
|
||||
==========================================================
|
||||
|
||||
@@ -298,7 +298,7 @@
|
||||
<junit printSummary="${maven.junit.printSummary}"
|
||||
haltonfailure="${_haltonfailure}"
|
||||
haltonerror="${_haltonerror}"
|
||||
failureProperty="_testfailure"
|
||||
failureProperty="maven.test.failure"
|
||||
fork="${maven.junit.fork}"
|
||||
dir="${maven.junit.dir}"
|
||||
forkmode="${maven.junit.forkmode}">
|
||||
@@ -344,7 +344,7 @@
|
||||
|
||||
</junit>
|
||||
|
||||
<j:if test="${_testfailure}">
|
||||
<j:if test="${maven.test.failure}">
|
||||
<echo>
|
||||
==========================================================
|
||||
|
||||
@@ -406,7 +406,7 @@
|
||||
<junit printSummary="${maven.junit.printSummary}"
|
||||
haltonfailure="${_haltonfailure}"
|
||||
haltonerror="${_haltonerror}"
|
||||
failureProperty="_testfailure"
|
||||
failureProperty="maven.test.failure"
|
||||
fork="${maven.junit.fork}"
|
||||
dir="${maven.junit.dir}"
|
||||
forkmode="${maven.junit.forkmode}">
|
||||
@@ -472,7 +472,7 @@
|
||||
|
||||
</junit>
|
||||
|
||||
<j:if test="${_testfailure}">
|
||||
<j:if test="${maven.test.failure}">
|
||||
<echo>
|
||||
==========================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user