问题
I dislike this feature: https://maven.apache.org/surefire/maven-failsafe-plugin/newerrorsummary.html Is there a way to turn it off so it reports full stack traces and errors?
回答1:
Add this to the surefire/failsafe configuration
element:
<trimStackTrace>false</trimStackTrace>
来源:https://stackoverflow.com/questions/33927267/how-do-i-turn-off-1-line-error-reporting-in-failsafe