我有一个错误让我失望,希望你能帮助我。
我在本地使用Jenkins,我使用Maven配置配置了Maven构建并创建了新Job。当我尝试使用由Maven自动生成的超级简单的pom.xml执行项目的构建时,我收到此错误消息,如链接所示:
[ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved:
Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.5:
Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.5 from/to central (https://repo.maven.apache.org/maven2):
RSA premaster secret error: SunTls12RsaPremasterSecret KeyGenerator not available -> [Help 1]
如果我使用CMD键入测试目标来运行maven项目,它会正确运行!
对这种情况有什么想法?
答案 0 :(得分:0)
解决方案很简单,有点笨,但现在可以正常工作。
刚刚在计算机中重新安装了JDK!
同样,感谢您的帮助。