HBASE-26244 Avoid trim the error stack trace when running UT with maven (#3654)

Signed-off-by: Geoffrey Jacoby <gjacoby@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
chenglei 2021-09-01 15:17:05 +08:00 committed by Duo Zhang
parent 122efbcd82
commit 8085e4c5de
1 changed files with 1 additions and 0 deletions

View File

@ -584,6 +584,7 @@
<configuration>
<groups>${surefire.firstPartGroups}</groups>
<failIfNoTests>false</failIfNoTests>
<trimStackTrace>false</trimStackTrace>
<skip>${surefire.skipFirstPart}</skip>
<forkCount>${surefire.firstPartForkCount}</forkCount>
<reuseForks>false</reuseForks>