On Tue, Apr 10, 2018 at 2:25 AM, Eugen Horovitz <[email protected]> wrote: > Could not resolve dependencies for project > org.jenkins-ci.plugins:whitesource:hpi:18.2.1-SNAPSHOT: > Failure to find org.jenkins-ci.main:jenkins-war:executable-war:2.102 in > https://repo.jenkins-ci.org/public/
Stop overriding the version of `maven-hpi-plugin` in your POM. The old version you are specifying does not work any more. Let it get picked up by the parent. For that matter, there is a bunch of other stuff in your POM which can and should be deleted. The configuration of `maven-compiler-plugin`, for example. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr0EozZfCAVRLFMwOLg_Jj1UjPMVb-bpejW7HyQy%2BvrC0w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
