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: Artifact Retrieval

2011-02-18 Thread Benjamin Bentmann
Johannes Ruscheinski wrote: private void resolveDendencies(final Artifact artifact) { getLog().info("+++ ProfilerMojo: attempting resolution from " + localRepository.getUrl()); final String localPath = localRepository.getUrl() + "/" + localRepository.pa

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

Artifact Retrieval

2011-02-18 Thread Johannes Ruscheinski
Hi, I am using the Maven 2 API to write a mojo. (Should I be using the Maven 3 API?) My problem is that I am trying to retrieve the jar for an artifact and I have a problem with finding a snapshot jar. I use the following code: private void resolveDendencies(final Artifact artifact) {

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

Re: Repository Roadmap

2011-02-18 Thread Baptiste MATHUS
2011/2/17 John Patrick > > But you also must agree that the central repository has become a > bloated dumping group. I use to rsync it to my local network and > Using rsync to sync central is very bad thing to do. *Use a maven repository manager*. Cheers -- Baptiste MATHUS - http://batmat.ne

Re: Repository Roadmap

2011-02-18 Thread Baptiste MATHUS
Hi, 2011/2/17 John Patrick > Evening, Morning, Hello, > > I'm wondering if their is a roadmap for repository > design/functionality. I'm thinking something along the lines of > Debian's repository structure and standards. > > I've been working with Maven since 2005 usually in Off-Line > environm