Re: Release of the dependency plugin 2.6

2012-10-22 Thread Paul Gier
I did some more testing, and the tests only seem to fail using Maven 3.0.4 for me. I was testing locally with Maven 3.0.3 previously. For Robert, the ITs passed with Maven 2.2.1, but failed with 3.0.x. If you want to release this week it's probably ok to release even with these failures because

Re: Release of the dependency plugin 2.6

2012-10-22 Thread Arnaud Héritier
Take your time. It won't be critical to delay the release and I prefer to have a good solution If I don't succeed to release it this week I'll see if someone else can do it later. I'm not sure I'll be able to do it in next 2 weeks, I'll be on the other side of the planet where they have some rules

Re: Release of the dependency plugin 2.6

2012-10-22 Thread Paul Gier
After this change, I'm still seeing the same failures on Jenkins, but not seeing them locally :( I may try the DependencyGraphBuilder as Hervé suggested, but it will probably take another day, because I have some day job work to finish today. On 10/22/2012 12:09 PM, Arnaud Héritier wrote: > As di

Re: Release of the dependency plugin 2.6

2012-10-22 Thread Hervé BOUTEMY
if maven-dependency-tree[1]'s DependencyGraphBuilder can be used, it gives you both Maven 2 & 3 compatibility without hard code Regards, Hervé [1] http://maven.apache.org/shared/maven-dependency-tree/ Le lundi 22 octobre 2012 19:09:48 Arnaud Héritier a écrit : > As discussed on IRC for now I

Re: Release of the dependency plugin 2.6

2012-10-22 Thread Arnaud Héritier
As discussed on IRC for now I don't see a better solution. Someone else has a feedback or some ideas ? Arnaud On Mon, Oct 22, 2012 at 6:21 PM, Paul Gier wrote: > I have now split out the manual purge option into a separate mojo, and > added the requiresDependencyResolution annotation to the > p

Re: Release of the dependency plugin 2.6

2012-10-22 Thread Paul Gier
I have now split out the manual purge option into a separate mojo, and added the requiresDependencyResolution annotation to the purge-local-repository mojo. Hopefully, this will allow the dependency resolution to happen more predictably. The advantage of this is that the code is much simpler, and

Re: status update maven-shared-utils

2012-10-22 Thread Jason van Zyl
Please put it on a branch in public view before you merge it. I would like to make sure everything works with a couple systems, but primarily m2e. On Oct 22, 2012, at 1:14 AM, Kristian Rosenvold wrote: > It's all just on my local machine, so there's not much to look at. > > It's mostly a text

Re: Release of the dependency plugin 2.6

2012-10-22 Thread Arnaud Héritier
I was looking at the issue and don't really understand what's wrong with what you did. I think you are facing the *fucking bug/feature* in Maven 3 (from aether) that rejects some dependencies that are available in the local repository but not in the remote. This is because you install manually the

Re: Release of the dependency plugin 2.6

2012-10-22 Thread Paul Gier
Sorry about that, looks like two of them are failing on Jenkins also. I'm not sure why I don't see the failures locally, I tested with Maven 2.2.1 and 3 and java 5 and 6. I'll see if I can figure out the cause. On 10/22/2012 05:25 AM, Arnaud Héritier wrote: > FYI, I will need to release also mave

Re: Release of the dependency plugin 2.6

2012-10-22 Thread Arnaud Héritier
FYI, I will need to release also maven-dependency-analyzer I need to check its status Also 3 ITs added by Paul this WE are failing on my laptop. I will study if I have an environment issue of if this is a problem in ITs or the code cheers On Mon, Oct 22, 2012 at 9:45 AM, Arnaud Héritier wrote: >

Re: Release of the dependency plugin 2.6

2012-10-22 Thread Arnaud Héritier
no problem, you're doing the harder work :-) I'll launch the release process today. I hope to not have too many glitches as I didn't do that for a (too) long time.. Arnaud On Mon, Oct 22, 2012 at 6:25 AM, Paul Gier wrote: > Ok, I'm done working on the purge-local-repositories goal for now, > t