Re: Strategies for automatically fixing local maven repo corruption?

2022-03-23 Thread Bernd Eckenfels
Gesendet: Wednesday, March 23, 2022 11:11:19 PM An: Maven Users List Betreff: Strategies for automatically fixing local maven repo corruption? Our enterprise has builds for a couple of hundred services running many times a day, on a set of Jenkins build nodes, most of which are Maven builds.The

RE: Strategies for automatically fixing local maven repo corruption?

2022-03-23 Thread Jacques Etienne Beaudet
et > > Sent: Wednesday, March 23, 2022 3:14 PM > > To: Maven Users List > > Subject: Re: Strategies for automatically fixing local maven repo > > corruption? > > > > I'll copy paste something I wrote in another thread but yea basically > > there's a neat

RE: Strategies for automatically fixing local maven repo corruption?

2022-03-23 Thread KARR, DAVID
> -Original Message- > From: Jacques Etienne Beaudet > Sent: Wednesday, March 23, 2022 3:14 PM > To: Maven Users List > Subject: Re: Strategies for automatically fixing local maven repo > corruption? > > I'll copy paste something I wrote in another thread but

Re: Strategies for automatically fixing local maven repo corruption?

2022-03-23 Thread Jacques Etienne Beaudet
I'll copy paste something I wrote in another thread but yea basically there's a neat way to help with this : Just chiming in on my experience using the redis locks with maven 3.8.x and resolver 1.6. I've been running it on my Jenkins nodes for about a year now with great success. Before it, we

Strategies for automatically fixing local maven repo corruption?

2022-03-23 Thread David Karr
Our enterprise has builds for a couple of hundred services running many times a day, on a set of Jenkins build nodes, most of which are Maven builds.The builds use a settings.xml that doesn't override the "localRepository", so it will use a local repository on the build node that is used by all