我正在使用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
答案 0 :(得分:0)
xmlbeans-maven-plugin的最新版本是2.3.3,看起来您已将版本配置为2.5.0
你介意分享你的插件配置。