【发布时间】:2021-09-04 11:09:47
【问题描述】:
我试图在 jenkins 中运行一个加特林模拟,我发现我可以使用以下命令在 cmd 中运行它:
mvn gatling:simulations.mySimulationName
我已经安装了 maven 和 gatling,当我使用 mvn -v 时,我得到了我的版本号,但是如果我尝试执行上面的命令,我会收到这条消息:
[ERROR] No plugin found for prefix 'gatling' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\myUser\.m2\repository), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
我不明白如何将 gatling 插件安装到 maven 中,有人可以帮我吗? 谢谢
【问题讨论】: