Re: Switching Maven HEAD to 3.4.0-SNAPSHOT

2015-11-29 Thread Stephen Connolly
w00t new minor and we get to drop Java 7 On Sunday 29 November 2015, Tibor Digana wrote: > +1: go for it > > On Sun, Nov 29, 2015 at 4:27 PM, Hervé BOUTEMY > > wrote: > > > Now that Maven 3.3.9 is out and seems pretty stable, any objection to > > switch > > to 3.4.0-SNAPSHOT? > > > > I want to

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-11-29 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-160478603 Let me see tomorrow or on Tuesday. You did a lot today :+1: but It's time to sleep. Good progress. Thx. --- If your project is set up for it, you can re

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-11-29 Thread juherr
Github user juherr commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-160476785 In fact, `configure(CommandLineArgs)` may help to fix 5.14.1 and 5.14.2. But it will be more work and time. --- If your project is set up for it, you can repl

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-11-29 Thread juherr
Github user juherr commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-160476223 > Do you need any help from my side? Yes, decide something :) Currently, the 5.14.2 and 5.14.3 tests are disable because of TestNG issues. 5.14.1 is

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-11-29 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-160475738 @juherr Excellent! Do you need any help from my side? --- If your project is set up for it, you can reply to this email and have your reply appear on Gi

Re: Inclusion of Maven on SDKMAN

2015-11-29 Thread Marco Vermeulen
Hi Hervé, You needn't worry about Maven integration into sdkman, as it's built in a completely SDK agnostic way. Adding a new install candidate (like Maven) was a single row in our database. All subsequent interactions for you (like releasing new versions) happen through the Vendor API. In total,

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-11-29 Thread juherr
Github user juherr commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-160474911 Current status: 5.14.3 --- The jar is still available: https://github.com/cbeust/testng/blob/master/lib-supplied/guice-2.0.jar It's a s

[GitHub] maven pull request: MNG-3092: Adds version range result filter beh...

2015-11-29 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/70#issuecomment-160451976 We're looking at the new year for the next core release so you have time. I might have my JSR330 changes done by then. I have 15 super nasty uses of Plexus to get around b

[GitHub] maven pull request: MNG-3092: Adds version range result filter beh...

2015-11-29 Thread barthel
Github user barthel commented on the pull request: https://github.com/apache/maven/pull/70#issuecomment-160448962 I'm busy the next few days. But I will give it a try if these changes have a chance to merge in 3.3.10. --- If your project is set up for it, you can reply to this email

Re: Switching Maven HEAD to 3.4.0-SNAPSHOT

2015-11-29 Thread Tibor Digana
+1: go for it On Sun, Nov 29, 2015 at 4:27 PM, Hervé BOUTEMY wrote: > Now that Maven 3.3.9 is out and seems pretty stable, any objection to > switch > to 3.4.0-SNAPSHOT? > > I want to merge MNG-5878 new feature... > > Regards, > > Hervé > > ---

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-11-29 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-160430883 We can add system-dependency to the pom.xml of IT and add guice-2.0.jar on the same level with pom.xml of the IT in the file system. You can extract the ja

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-11-29 Thread juherr
Github user juherr commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-160427809 > [WARNING] The POM for org.testng:testng:jar:5.14.3 is invalid, transitive dependencies (if any) will not be available: 1 problem was encountered while building

releasing Maven Parent POMs

2015-11-29 Thread Hervé BOUTEMY
MPOM-95 seems ready: now, we should be able to release all Maven parent poms in only 1 bundle, with the same version: the first one will be version 30 [1] I'd like to do the release next week-end: please update whatever you think would be good for this release. Regards, Hervé [1] http://maven

Re: Switching Maven HEAD to 3.4.0-SNAPSHOT

2015-11-29 Thread Karl Heinz Marbaise
Hi Hervé, On 11/29/15 4:27 PM, Hervé BOUTEMY wrote: Now that Maven 3.3.9 is out and seems pretty stable, any objection to switch to 3.4.0-SNAPSHOT? +1 from me... I want to merge MNG-5878 new feature... Regards, Hervé Kind regards Karl Heinz Marbaise ---

Switching Maven HEAD to 3.4.0-SNAPSHOT

2015-11-29 Thread Hervé BOUTEMY
Now that Maven 3.3.9 is out and seems pretty stable, any objection to switch to 3.4.0-SNAPSHOT? I want to merge MNG-5878 new feature... Regards, Hervé - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional c

Re: Inclusion of Maven on SDKMAN

2015-11-29 Thread Hervé BOUTEMY
Hi Marco, IIUC, you'll provide a key for the Maven PMC to announce new versions of Maven through Vendors API [1] I still don't see what is currently in the db for Maven And I don't see how Maven is integrated. Regards, Hervé [1] http://sdkman.io/vendors.html Le dimanche 29 novembre 2015 09:

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-11-29 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-160416265 @juherr Please mention the configuration of reported in surefire documentation. I guess the returned value from `convertReporterConfig()` method should be di

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-11-29 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-160397879 It's hard to debug the IT because @After cleaned up previous tests in `target`. Good inspiration is `Surefire1158RemoveInfoLinesIT` and method `unpack` becau

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-11-29 Thread juherr
Github user juherr commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-160395575 As you proposed before `resetInitialGoals( version )` seems to work as expected. I'm not sure more profiles will help here. I'm trying `addGoal( "-e -X" )`.

Re: Inclusion of Maven on SDKMAN

2015-11-29 Thread Marco Vermeulen
Thanks for the reply Hervé. This is all explained in the links I posted. sdkman acts as a broker, pointing to wherever the binary is hosted. Installing maven is as simple as entering 'sdk install maven' for latest stable, or 'sdk install maven x.y.z' for a particular version. This will do a curl t

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-11-29 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-160393834 Your IT has this POM https://github.com/apache/maven-surefire/blob/master/surefire-integration-tests/src/test/resources/testng-listener-reporter/pom.xml D