Changed pom to output first 30 test failures instead of just 3

This commit is contained in:
Colin Goodheart-Smithe 2015-09-25 17:09:09 +01:00
parent 2a94085605
commit c379505525

View File

@ -697,6 +697,7 @@
showStatusFailure="true" showStatusFailure="true"
showStatusIgnored="true" showStatusIgnored="true"
showSuiteSummary="true" showSuiteSummary="true"
showNumFailures="30"
timestamps="false"> timestamps="false">
<filtertrace> <filtertrace>
<!-- custom filters: we carefully only omit test infra noise here --> <!-- custom filters: we carefully only omit test infra noise here -->