Maven reporting plugins do not execute if a unit test failure occurs

前端 未结 5 1393
予麋鹿
予麋鹿 2021-01-13 19:03

None of the plugins in the reporting section of Maven execute if there is a unit test failure.

I found that I can set maven.test.failure.ignore=true here - http://

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-13 20:02

    Please make use of surefire-report:report-only plugin if the reports are already generated after execution.

提交回复
热议问题