Re: [PROPOSAL] Auto-Mirror Selection for Maven 3.x

2011-02-19 Thread John Casey
Sat, 2/19/11, nicolas de loof wrote: From: nicolas de loof Subject: Re: [PROPOSAL] Auto-Mirror Selection for Maven 3.x To: "Maven Developers List" Cc: "Stephen Connolly", "John Casey" Date: Saturday, February 19, 2011, 8:57 AM I really like this feature sugge

Re: [PROPOSAL] Auto-Mirror Selection for Maven 3.x

2011-02-19 Thread Arnaud Héritier
acts (+pom+-...) served from different locations have the same > sha-1, then I won't bother where to take it from (albeit they must be > 'reachable' aka available in at least one enabled repo). > > LieGrue, > strub > > > --- On Sat, 2/19/11, nicolas de loof wr

Re: [PROPOSAL] Auto-Mirror Selection for Maven 3.x

2011-02-19 Thread Mark Struberg
at least one enabled repo). LieGrue, strub --- On Sat, 2/19/11, nicolas de loof wrote: > From: nicolas de loof > Subject: Re: [PROPOSAL] Auto-Mirror Selection for Maven 3.x > To: "Maven Developers List" > Cc: "Stephen Connolly" , "John Casey" &

Re: [PROPOSAL] Auto-Mirror Selection for Maven 3.x

2011-02-19 Thread nicolas de loof
I really like this feature suggest, and it would be a must-have if also backported to maven2 ! Having to maintain mirroring based on declared repositories ID is a pain, especially when transitive dependencies pull multiple IDs for the same repo URL. From your schema, it seems the routing rules are

Re: [PROPOSAL] Auto-Mirror Selection for Maven 3.x

2011-02-18 Thread Stephen Connolly
Yep On 18 February 2011 22:39, John Casey wrote: > So you're saying it would work with existing releases of Maven, like 2.2.1? > I'd be very interested to see that. > > -john > > > On 2/18/11 5:23 PM, Stephen Connolly wrote: > >> I'll have a look at your branch, but I have an alternative proposa

Re: [PROPOSAL] Auto-Mirror Selection for Maven 3.x

2011-02-18 Thread John Casey
So you're saying it would work with existing releases of Maven, like 2.2.1? I'd be very interested to see that. -john On 2/18/11 5:23 PM, Stephen Connolly wrote: I'll have a look at your branch, but I have an alternative proposal that can (I think) be made to work for any version of maven, per

Re: [PROPOSAL] Auto-Mirror Selection for Maven 3.x

2011-02-18 Thread Stephen Connolly
I'll have a look at your branch, but I have an alternative proposal that can (I think) be made to work for any version of maven, perhaps ivy too all by just dropping a jar into the lib folder... I'll have to flesh it out to confirm my theory. I'll be on two long flights at the start of march, so I

Re: [PROPOSAL] Auto-Mirror Selection for Maven 3.x

2011-02-18 Thread John Casey
Sorry, that diagram is at: https://github.com/jdcasey/maven-3/blob/auto-mirror/src/site/resources/images/RouteM%20Integration.png Thanks, -john On 2/18/11 5:07 PM, John Casey wrote: Hi all, I wanted to submit a proposal that would help us improve the design of mirroring support in Maven 3. T

[PROPOSAL] Auto-Mirror Selection for Maven 3.x

2011-02-18 Thread John Casey
Hi all, I wanted to submit a proposal that would help us improve the design of mirroring support in Maven 3. The approach I advocate would reduce the amount of configuration needed to use local repository managers, streamline environment setup for new users in a custom environment, and provid