jenkins maven PluginResolutionException

时间:2016-07-08 08:21:39

标签: java maven jenkins build nexus

我试图用jenkins,eclipse,nexus,svn构建。

将maven-archiver 2.5上传到nexus之后,就会出现此错误。

enter image description here

  

[错误]插件org.apache.maven.plugins:maven-resources-plugin:2.6或   其中一个依赖项无法解决:找不到   org.apache.maven.plugins:maven-resources-plugin:jar:2.6 in   http://192.168.56.1:8081/nexus/content/repositories/KCC_Central/是   缓存在本地存储库中,不会重新尝试解析   直到KCC_Central的更新间隔已经过去或更新为止   强迫 - > [Help 1] [ERROR] [ERROR]查看完整的堆栈跟踪   错误,用-e开关重新运行Maven。 [错误]使用重新运行Maven   -X开关启用完整的调试日志记录。 [错误] [错误]了解更多   有关错误和可能的解决方案的信息,请阅读   以下文章:[错误] [帮助1]   http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException

正如你在下一张图片中看到的那样,我上传了这个pom和jar。

enter image description here

enter image description here

但jenkins仍然说maven-resources-plugin 2.6不在我的存储库中。

那我怎么能避免这个错误?

plus:添加了两个jar文件,仍然会出现错误。

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:0)

此错误意味着我没有maven-resources-plugin具有依赖性的其他插件。

所以我下载这些插件。