On Tue, Mar 20, 2012 at 3:49 PM, Carsten Ziegeler <cziege...@apache.org> wrote: > in the Sling project, we have one module which has a dependency to > some junit springsource artifact which is not in maven central. > There we added a repository instruction to the pom of that module. > > While this works "locally" on developer machines, it doesn't work in Jenkins > (https://builds.apache.org/job/sling-trunk-1.6/) > > We're are a little clueless what the problem could be. Maybe a > different Maven version or does the settings.xml of Jenkins send all > requests to central?
Looking at your last build, it seems like artifact resolution is working? https://builds.apache.org/job/sling-trunk-1.6/1282/console There's nothing in our settings.xml that would inhibit the use of other repositories and I'm aware of several projects that do (or did). /niklas