Jenkins fails due to NoClassDefFoundError: org/sonatype/aether/version/VersionConstraint

本秂侑毒 提交于 2019-12-01 17:34:01

问题


I'm attempting to set up Jenkins on my server but after building the job things turn south. You can view the console here: http://ci.lolmewn.nl/job/AcceptRules/4/console

At first I thought this was an issue with me not having configured my nexus yet (since the error contained sonatype, the makers of Nexus), but when I built one of my jobs without it having repository pushing, this still happened.

Any clues? I see there's a question like mine, unanswered however, here


回答1:


Have a look at the Maven explanation for it. This might be your error.

https://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound



来源:https://stackoverflow.com/questions/19187811/jenkins-fails-due-to-noclassdeffounderror-org-sonatype-aether-version-versionco

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!