我使用的是maven xmlbeans 2.5.0插件。我无法运行mvn clean命令。我得到了下面的问题。有人能帮我解决这个问题吗?
[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发布于 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
你介意分享你的插件配置吗。
https://stackoverflow.com/questions/24730133
复制相似问题