英文:
Plugin 'maven-failsafe-plugin:2.22.1' not found
问题
我在导入 https://github.com/serenity-bdd/screenplay-pattern-todomvc.git
并在 Intellij IDEA 中将其设置为 Maven 项目时遇到了 'maven-failsafe-plugin2.22.7' not found
的问题。你知道可能是什么问题吗?
编辑:解决方案是在终端中使用 mvn clean verify
命令运行代码。使用这个命令,我完全没有收到任何错误。
英文:
I am getting 'maven-failsafe-plugin2.22.7' not found
while importing https://github.com/serenity-bdd/screenplay-pattern-todomvc.git
and setting it up as Maven project in Intellij idea. Any idea what could be the issue?
Edit: the solution was to run the code using mvn clean verify
command in the terminal. Using this i receive no error whatsoever.
答案1
得分: 2
尝试使缓存无效。文件 -> 使缓存无效/重启...
英文:
Try to Invalidate Caches. File -> Invalidate Caches / Restart...
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论