Maven enforcer plugin regarding child module's groupId

2021-08-30 Thread David Hoffer
How to enforce that child modules append to the parent groupId per the Maven Guide to Naming Conventions ? -Dave

Re: Maven tries to download twice, first one without auth

2021-08-30 Thread Francois Marot
You're right, my bad... I use: true because 'false' is the default. Which makes me think Maven should change the default to true because we explicitly know the servers listed in settings.xml and trust them. Le lun. 30 août 2021 à 18:00, Bernd Eckenfels a écrit : > Hello, > > Hm… I thought

Re: Maven tries to download twice, first one without auth

2021-08-30 Thread Bernd Eckenfels
Hello, Hm… I thought preemptive=false is the default - but anyway, good that it works now for you. Gruß Bernd -- https://Bernd.eckenfels.net From: Francois Marot Sent: Monday, August 30, 2021 4:43:33 PM To: Maven Users List Subject: Re: Maven tries to

Re: Maven tries to download twice, first one without auth

2021-08-30 Thread Francois Marot
Hello Bernd and Slawomir, I want to thank you both for the advice. Using the preemptive auth works like a charm. In the end, the analysis showed that a network component was seeing all the "401 Unauthorized" errors and was randomly deciding to stop the requests. It must have been mistakenly