bug#35462: maven ignoring mirror-settings in ~/.m2/settings.xml

2019-04-30 Thread Julien Lepiller
Le 30 avril 2019 22:15:25 GMT+02:00, Arne Babenhauserheide a écrit : >Hi Julien, > >Julien Lepiller 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 packag

bug#35462: maven ignoring mirror-settings in ~/.m2/settings.xml

2019-04-30 Thread Arne Babenhauserheide
Hi Julien, Julien Lepiller 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 > tot

bug#35462: maven ignoring mirror-settings in ~/.m2/settings.xml

2019-04-30 Thread Julien Lepiller
Le Sat, 27 Apr 2019 22:53:37 +0200, Arne Babenhauserheide a écrit : > Hi, > > When I set a mirror in ~/.m2/settings.xml, that mirror is not used by > the maven in Guix. > > To reproduce: > > mkdir -p ~/.m2/ > echo ' > > > > internal > foo >

bug#35462: maven ignoring mirror-settings in ~/.m2/settings.xml

2019-04-27 Thread Arne Babenhauserheide
Hi, When I set a mirror in ~/.m2/settings.xml, that mirror is not used by the maven in Guix. To reproduce: mkdir -p ~/.m2/ echo ' internal foo bar nexus nexus http://nexus.exa