【发布时间】:2024-04-24 20:15:02
【问题描述】:
我通常会等到我们的 Dev 上线,但那还要再等 12 个小时,在这种情况下太晚了,我无法实现某个目标。
但是,我试图通过我们的 Jenkins 面板构建我们的网站项目,但构建失败了。我已经确定这不是我对它所做的最新更改的 b/c,因为我恢复了并且仍然有同样的问题。
而且我已经阅读了错误,但对编程的了解还不够(除了我随着时间的推移自学的内容,这并不多)来得出明确的答案和/或解决方案这个问题。所以我想我会在这里问,并可能及时得到一些答案/可能的解决方案。提前谢谢你!
[ERROR] Failed to execute goal on project moduleCommon: Could not resolve
dependencies for project com.mtgprice:moduleCommon:jar:1.0: Failed to collect dependencies
at com.google.appengine.tools:appengine-gcs-client:jar:RELEASE
-> >com.google.http-client:google-http-client:jar:[1.19.0,2.0): No versions >available for
com.google.http-client:google-http-client:jar:[1.19.0,2.0) within >specified range -> [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 :moduleCommon>Build step 'Invoke top-level Maven targets' marked build as failure
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE
【问题讨论】: