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-24 Thread Kristian Rosenvold
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 part of this release). It's probably my bad, but it does not affect this release. Kristian Den 25.01.2012 08:48, skrev Steph

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-24 Thread Stephen Connolly
Looks like a jdk6 signature - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On Jan 25, 2012 7:49 a.m., "Stephane Nicoll" wrote: > Hi, > > On Wed, Jan 25, 2012 at 8:33 AM, Kri

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-24 Thread Stephane Nicoll
Hi, On Wed, Jan 25, 2012 at 8:33 AM, Kristian Rosenvold < kristian.rosenv...@gmail.com> wrote: > Notes > > 1) The jenkins build will be failing until this release passes. > (jar/war/assembly depend on maven-archiver) > and ear now. I also noticed a Java5 construct that does not seem to be ok on

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-24 Thread Kristian Rosenvold
Notes 1) The jenkins build will be failing until this release passes. (jar/war/assembly depend on maven-archiver) 2) plexus-archiver has switched to using the JDK manifest class in this release, which might be worth some attention when testing. 3) The list of changes in plexus is by no means c

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

2012-01-24 Thread Kristian Rosenvold
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 to ASF. Next release will be rolled on Friday night european time. If 809 is still not complete I will temporarily reve

Re: [VOTE] Release Maven Surefire Plugin version 2.12

2012-01-24 Thread John Casey
I *just* got the group expressions work (SUREFIRE-809) working, both in JUnit and in TestNG. When you cut the tag for this, I had it working for JUnit, but not for TestNG, and there weren't any tests besides those that were already in place before I started the work. I *think* the code is st

[VOTE] Release Maven Surefire Plugin version 2.12

2012-01-24 Thread Kristian Rosenvold
Hi, This is the first java 1.5 version of the surefire plugin. For Junit3 it is still capable of forking down to java 1.3. Parallel forks are the new thing in this release, and it should now be possible to run balanced parallel forks; a pretty cool feature for people with long-running tests. Rel

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

2012-01-24 Thread Kristian Rosenvold
Hi, We solved a bunch of issues issues, mostly spread across underlying dependencies. No significant new features, but the version bump is because all plugins are java 1.5 versions. Release Notes - Maven 2.x WAR Plugin - Version 2.2 ** Bug * [MWAR-240] - archiveClasses and attachClasses in

Re: release maven-parent-22?

2012-01-24 Thread Robert Scholte
I agree on consistency. The mojo-project is facing the same problem/challenge. Plans are to do this all at once this project, hopefully somewhere next month. We could try to do the same here if it succeeds. -Robert On Tue, 24 Jan 2012 03:46:46 +0100, Brett Porter wrote: I think consistenc

script for applying Git patches to SVN

2012-01-24 Thread John Casey
FWIW, I've written a little ruby script to help me manage/automate the process of applying patches across from my github mirrors to SVN. I'll attach it here in case anyone is interested. I know, I could use git svn dcommit...but I've run into so many problems trying to initialize a git repo cl

Re: svn commit: r1234664 - /maven/wagon/trunk/wagon-providers/wagon-scm/src/site/apt/usage.apt.vm

2012-01-24 Thread Robert Scholte
I'm kind of surprised we failed to create an IT for it. So yes please. -Robert On Mon, 23 Jan 2012 23:48:40 +0100, Brett Porter wrote: Hmm, I was using 3.0 and getting the error indicated on the linked page when using extensions, then had to switch to plugin dependencies. Should I try to b

Re: [ANN] Apache Maven 3.0.4 released

2012-01-24 Thread Karl Heinz Marbaise
Hi Oliver, thanks for the hint ... Kind regards Karl Heinz Marbaise - Kind regards Karl Heinz Marbaise http://www.soebes.de http://www.skmwiki.de http://supose.org/wiki/supose -- View this message in context: http://maven.40175.n5.nabble.com/ANN-Apache-Maven-3-0-4-released-tp5161120p52

Re: [ANN] Apache Maven 3.0.4 released

2012-01-24 Thread Olivier Lamy
See release notes http://maven.apache.org/docs/3.0.4/release-notes.html [MNG-5151] - use CNAME or repo to provide more stability More details here: http://jira.codehaus.org/browse/MNG-5151 2012/1/24 Stephen Connolly : > Yes. > > On 24 January 2012 10:45, Karl Heinz Marbaise wrote: > >> Just a

Re: [ANN] Apache Maven 3.0.4 released

2012-01-24 Thread Stephen Connolly
Yes. On 24 January 2012 10:45, Karl Heinz Marbaise wrote: > Just a question concerning 3.0.4... > > has been something changed in relationship with the address of maven > central > (repo1.maven.org/maven2/) to something lilke > http://repo.maven.apache.org/maven2/ > > Kind regards > Karl Heinz M

Re: [ANN] Apache Maven 3.0.4 released

2012-01-24 Thread Karl Heinz Marbaise
Just a question concerning 3.0.4... has been something changed in relationship with the address of maven central (repo1.maven.org/maven2/) to something lilke http://repo.maven.apache.org/maven2/ Kind regards Karl Heinz Marbaise - Kind regards Karl Heinz Marbaise http://www.soebes.de ht

Re: Unable add java class dependency to my pom.xml

2012-01-24 Thread Ansgar Konermann
Am 24.01.2012 09:32 schrieb "krrish516" : > > Hi, > > I've a pom.xml of a project.I've a jar file of a java class in my local file > system.How to add that my jar file dependency to my maven project.What are > the steps to be followed.Please sis.uggest me in achieving th Use goal install-file of m

Unable add java class dependency to my pom.xml

2012-01-24 Thread krrish516
Hi, I've a pom.xml of a project.I've a jar file of a java class in my local file system.How to add that my jar file dependency to my maven project.What are the steps to be followed.Please sis.uggest me in achieving th -- View this message in context: http://maven.40175.n5.nabble.com/Unable-add-j