I'm setting up CI jobs for jenkins plugins on jenkins.ci.cloudbees.com, and miss some dependencies, considering the only repository set by default is repo.jenkins-ci.org/public :
org.codehaus.plexus:plexus-utils:jar:1.5.5_hudson com.google.code.guice:guice:jar:2.0.1 de.regnis.q.sequence:sequence-library:jar:1.0.0 The simpler fix seems to add them to repo.jenkins-ci.org/public, who here has adequate privileges ? The first one plexus-utils:jar:1.5.5_hudson (used by backup plugin) is a bit tricky. I just can't find the fork repo for this lib.
