mirror of
https://github.com/apache/activemq.git
synced 2025-02-17 23:45:59 +00:00
moved setting "maven.test.failure.ignore" to test:test preGoal
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@374988 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
948801cbd5
commit
667e7a39c5
@ -144,6 +144,9 @@
|
|||||||
<preGoal name="test:test">
|
<preGoal name="test:test">
|
||||||
<j:if test="${generateBuildReports == 'true'}">
|
<j:if test="${generateBuildReports == 'true'}">
|
||||||
<attainGoal name="build-failure-report:set-test-fail"/>
|
<attainGoal name="build-failure-report:set-test-fail"/>
|
||||||
|
<!-- Build failure reports: ignore failures so test failures can be
|
||||||
|
checked (postGoal not run if tests fail) -->
|
||||||
|
<j:set var="maven.test.failure.ignore" value="true"/>
|
||||||
</j:if>
|
</j:if>
|
||||||
</preGoal>
|
</preGoal>
|
||||||
|
|
||||||
@ -183,11 +186,6 @@
|
|||||||
</j:if>
|
</j:if>
|
||||||
</postGoal>
|
</postGoal>
|
||||||
|
|
||||||
<!-- Build failure reports: ignore failures so test failures can be checked
|
|
||||||
(postGoal not run if tests fail) -->
|
|
||||||
<j:if test="${generateBuildReports == 'true'}">
|
|
||||||
<j:set var="maven.test.failure.ignore" value="true"/>
|
|
||||||
</j:if>
|
|
||||||
<!-- Build failure reports: write test results. Set build to success if no
|
<!-- Build failure reports: write test results. Set build to success if no
|
||||||
test failures -->
|
test failures -->
|
||||||
<postGoal name="test:test">
|
<postGoal name="test:test">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user