Custom WAR Packager - Using Custom Maven Repository

Hi, I want CWP to load jenkins.war from my maven repository, how can I achieve that?

FWIW GitHub - jenkinsci/custom-war-packager: Custom Jenkins WAR packager for Jenkins uses Maven system calls when operating in the Maven download mode (default in 2.x alpha). In such a case it should be able to download artifacts from custom repositories defined in Maven Settings, e.g. (~/.m2/settings.xml) if you specify a version that it’s not available in the Jenkins update center.

1 Like