【发布时间】:2020-09-24 10:01:59
【问题描述】:
在导入 https://github.com/serenity-bdd/screenplay-pattern-todomvc.git 并将其设置为 Intellij IDEA 中的 Maven 项目时,我得到了 'maven-failsafe-plugin2.22.7' not found。知道可能是什么问题吗?
编辑:解决方案是在终端中使用mvn clean verify 命令运行代码。使用这个我没有收到任何错误。
【问题讨论】:
-
请不要将您的代码示例分享为屏幕截图。
标签: java maven-3 serenity-bdd maven-failsafe-plugin