I suspect the underlying issue is that we're pointing to a non-relative snapshot release. Snapshots are not in maven central, so maven is using its internal logic to known repositories. This I suspect is activating the legacy codehaus repos.
John On Sun, Nov 6, 2016 at 4:43 AM P. Ottlinger <[email protected]> wrote: > Am 05.11.2016 um 01:10 schrieb Oliver B. Fischer: > > This is complicated. I tried to add a separat settings.xml (it enables > > the ASF snapshot repository) and to use it via mvn -s ... > > > > It works but I found out that we have a transitive dependency to qdox in > > a old version which declares nexus.codehaus.org as repository. The > > result is a failing build since Maven is not able to resolve the name > > nexus.codehaus.org. > > > > Any idea? > > Maybe this problem is related to the problem with the site build - > it's also unable to resolve codehaus.org > > Phil >
