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
Johannes Ruscheinski wrote:
private void resolveDendencies(final Artifact artifact) {
getLog().info("+++ ProfilerMojo: attempting resolution
from " + localRepository.getUrl());
final String localPath = localRepository.getUrl() +
"/" + localRepository.pa
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
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
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) {
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
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
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
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