Running ITs only with Maven 3 (was: Re: [VOTE] Release Maven Surefire Plugin version 2.12.2)

2012-08-10 Thread Dennis Lundberg
On 2012-08-07 03:03, Kristian Rosenvold wrote: Hi, snip/ We have added maven 2.2.1 runs to jenkins. Although a few IT's are still not green, I have individually verified that this are IT's that rely on m3's higher precision in pom evalutation/execution, so we need to find some way to ignore

Re: Running ITs only with Maven 3 (was: Re: [VOTE] Release Maven Surefire Plugin version 2.12.2)

2012-08-10 Thread Kristian Rosenvold
I just fixed the 2.2.1 issue in r1371335, by using JUnit4 @Categories, the maven 2.2.1 profile uses excludedGroupsorg.apache.maven.surefire.its.Not2xCompatible/excludedGroups in the surefire configuration. Surefire runs IT's with JUnit47/verifier, not invoker. As for UnicodeTestNamesIT, it's an

Re: Running ITs only with Maven 3 (was: Re: [VOTE] Release Maven Surefire Plugin version 2.12.2)

2012-08-10 Thread Kristian Rosenvold
Ok, I see there's no end to how much grief that test is causing on freebsd; the build is still failing even though I added the check. I figured it would be a fun test to write; but obviously it looks like we're not really ready for hardcore unicode characters in java file names; I'll resolve this

Re: [VOTE] Release Maven Surefire Plugin version 2.12.2

2012-08-09 Thread Emmanuel Venisse
+1 Emmanuel On Tue, Aug 7, 2012 at 3:03 AM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: Hi, We solved 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=18712styleName=TextprojectId=10541 A couple of improvements worth noting: Of general interest is the fix of

[RESULT][VOTE] Release Maven Surefire Plugin version 2.12.2

2012-08-09 Thread Kristian Rosenvold
Hi, The vote has passed with the following result : +1 (binding): Olivier Lamy, Hervé Boutemy, Emmanuel Venisse, Kristian Rosenvold +1 (non binding): Tony Chemit I will promote the artifacts to the central repo. Kristian - To

Re: [VOTE] Release Maven Surefire Plugin version 2.12.2

2012-08-08 Thread Olivier Lamy
+1 2012/8/7 Kristian Rosenvold kristian.rosenv...@gmail.com: Hi, We solved 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=18712styleName=TextprojectId=10541 A couple of improvements worth noting: Of general interest is the fix of

Re: [VOTE] Release Maven Surefire Plugin version 2.12.2

2012-08-08 Thread Hervé BOUTEMY
+1 Hervé Le mardi 7 août 2012 03:03:18 Kristian Rosenvold a écrit : Hi, We solved 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=18712styleName=Tex tprojectId=10541 A couple of improvements worth noting: Of general interest is the fix of

Re: [VOTE] Release Maven Surefire Plugin version 2.12.2

2012-08-07 Thread Tony Chemit
On Tue, 7 Aug 2012 03:03:18 +0200 Kristian Rosenvold kristian.rosenv...@gmail.com wrote: +1, works fine to me. thanks, tony. Hi, We solved 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=18712styleName=TextprojectId=10541 A couple of improvements worth noting: Of

[VOTE] Release Maven Surefire Plugin version 2.12.2

2012-08-06 Thread Kristian Rosenvold
Hi, We solved 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=18712styleName=TextprojectId=10541 A couple of improvements worth noting: Of general interest is the fix of http://jira.codehaus.org/browse/SUREFIRE-894, which should be able to save a little build time for users