Re: [VOTE] Release Maven Archiver 2.5, Maven Jar Plugin 2.4, Maven War Plugin 2.2 and Maven Assembly Plugin 2.3

2012-01-25 Thread Stephane Nicoll
Right. Thanks Robert! S. On Wed, Jan 25, 2012 at 6:36 PM, Robert Scholte wrote: > Fixed in > http://svn.apache.org/viewvc?**rev=1235847&view=rev > > > On Wed, 25 Jan 2012 08:58:28 +0100, Kristian Rosenvold < > kristian.rosenv...@zenior.no> wrot

Re: [VOTE] Release Maven Archiver 2.5, Maven Jar Plugin 2.4, Maven War Plugin 2.2 and Maven Assembly Plugin 2.3

2012-01-25 Thread Robert Scholte
Fixed in http://svn.apache.org/viewvc?rev=1235847&view=rev On Wed, 25 Jan 2012 08:58:28 +0100, Kristian Rosenvold wrote: That looks like a 1.6 signature. Just to be clear on this; all the releases have been performed with the actual jdk 1.5 so this problem is in ear-plugin (which is not pa

Re: [Cancel][VOTE] Release Maven Surefire Plugin version 2.12

2012-01-25 Thread John Casey
Okay, I've added 4 new ITs and cleaned up the group-expression logic a little more (fixing those tests). I closed SUREFIRE-809. I think this feature is ready to go, so as far as I'm concerned, we can restart the release whenever. Thanks again, -j On 1/25/12 8:36 AM, John Casey wrote: Thank

Re: [Cancel][VOTE] Release Maven Surefire Plugin version 2.12

2012-01-25 Thread John Casey
Thank you! I'll finish up these tests today, and get it all committed. On 1/25/12 2:21 AM, Kristian Rosenvold wrote: According to surefire tradition, we cancel this first vote. I missed that we had a half-completed issue, guess I'm too used to finishing all my stuff at github before committing

Re: Developing a new repository layout / proxy?

2012-01-25 Thread Jeff MAURY
You must implement the ArtificatRepositoryLayout ( http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/repository/layout/ArtifactRepositoryLayout.java?view=markup) and register it as a Plexus component. You can find an example for the default Mave