Le 30 avril 2019 22:15:25 GMT+02:00, Arne Babenhauserheide <arne_...@web.de> a écrit : >Hi Julien, > >Julien Lepiller <jul...@lepiller.eu> writes: >>> In my setup, maven just ignores this setting and keeps downloading >>> from repo.maven.apache.org which (a) could leak internal information >>> and (b) does not get our internal packages. >> I've given a look at this bug and it seems that our maven package >> totally ignores settings, even if given on the CLI: >> >> mvn help:effective-settings --debug -s ~/.m2/settings.xml >> -gs ~/.m2/settings.xml >> >> has no effect... >> >> strace -f mvn ... doesn't show any reference to a settings.xml either >> (not even the globabl one in the store...). > >Thank you for checking! Do you have an idea how we can fix that? > >Best wishes, >Arne
I hade no idea :/ Maybe there's something wrong wuth our maven-settings or something maven expects is not there which leads it to not load config?