failsafe plugin won't run on one project but will run on another — why?

前端 未结 4 608
眼角桃花
眼角桃花 2020-11-29 12:49

This is driving me insane. The Maven failsafe plugin will not run on my project. If I run mvn verify only surefire runs. If I type mvn failsafe:verify

4条回答
  •  独厮守ぢ
    2020-11-29 13:11

    If you are running 2.12.2 version of the failsafe plugin, this is normal. Switch to a previous version. It seem 2.13 is not available yet.

    Jira link

提交回复
热议问题