首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何解决maven xmlbeans插件依赖问题

如何解决maven xmlbeans插件依赖问题
EN

Stack Overflow用户
提问于 2014-07-14 13:42:27
回答 1查看 968关注 0票数 0

我使用的是maven xmlbeans 2.5.0插件。我无法运行mvn clean命令。我得到了下面的问题。有人能帮我解决这个问题吗?

代码语言:javascript
复制
[ERROR] Plugin org.apache.xmlbeans:xmlbeans:2.5.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.xmlbeans:xmlbeans:jar:2.5.0: Could not transfer artifact org.apache.xmlbeans:xmlbeans:pom:2.5.0 from/to nexus (https://nexus.tuinteractive.com/content/groups/public): java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty -> [Help 1]
org.apache.maven.plugin.PluginResolutionException: Plugin org.apache.xmlbeans:xmlbeans:2.5.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.xmlbeans:xmlbeans:jar:2.5.0
EN

回答 1

Stack Overflow用户

发布于 2014-08-13 05:04:58

根据http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.codehaus.mojo%22%20AND%20a%3A%22xmlbeans-maven-plugin%22

xmlbeans-maven-plugin的最新版本是2.3.3,看起来您已经将版本配置为2.5.0

你介意分享你的插件配置吗。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/24730133

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档