ngrinder 编译安装 Could not find artifact grinder:grinder-patch:jar:3.9.1-patch 问题解决

匿名 (未验证) 提交于 2019-12-03 00:27:02

ngrinder 编译安装报错如下:

Downloading from central: https://repo.maven.apache.org/maven2/grinder/grinder-patch/3.9.1-patch/grinder-patch-3.9.1-patch.jar

[INFO] ------------------------------------------------------------------------

[INFO] Reactor Summary:

[INFO]

[INFO] ngrinder 3.4.1-SNAPSHOT ............................ SUCCESS [0.377 s]

[INFO] ngrinder-starter ................................... FAILURE [02:03 min]

[INFO] ngrinder-runtime ................................... SKIPPED

[INFO] ngrinder-groovy .................................... SKIPPED

[INFO] ngrinder-core ...................................... SKIPPED

[INFO] ngrinder-sh ........................................ SKIPPED

[INFO] ngrinder-controller 3.4.1-SNAPSHOT ................. SKIPPED

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 02:04 min

[INFO] Finished at: 2018-06-12T20:15:39+08:00

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal on project ngrinder-starter: Could not resolve dependencies for project org.ngrinder:ngrinder-starter:jar:3.4.1-SNAPSHOT: Could not find artifact grinder:grinder-patch:jar:3.9.1-patch in maven-repo (http://repo1.maven.org/maven2) -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

[ERROR]

[ERROR] After correcting the problems, you can resume the build with the command

[ERROR] mvn <goals> -rf :ngrinder-starter

解决方法:

sh install_maven_lib.sh 安装maven依赖

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!