如何在Failsafe中关闭1行错误报告? [英] How do I turn off 1-line error reporting in Failsafe?

查看:79
本文介绍了如何在Failsafe中关闭1行错误报告?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不喜欢此功能: https://maven.apache.org /surefire/maven-failsafe-plugin/newerrorsummary.html 是否可以将其关闭,以便报告完整的堆栈跟踪和错误?

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?

推荐答案

将其添加到surefire/failsafe configuration元素:

Add this to the surefire/failsafe configuration element:

<trimStackTrace>false</trimStackTrace>

这篇关于如何在Failsafe中关闭1行错误报告?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆