[GitHub] maven-surefire pull request: [Surefire-1144] Time for testsuite on...

2015-09-27 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/98#issuecomment-143544670 @lamyaa I applied the local change and executed XmlReporterRunTimeIT. The balancer is really applied and Test1 was really executed within 600 millis.

Re: FOSDEM 2016

2015-09-27 Thread Robert Scholte
Hi, Hervés arguments count for me as well. Robert Op Sat, 26 Sep 2015 23:54:53 +0200 schreef Hervé BOUTEMY : Hi Karl Heinz, I'm interested: Brussels is near, it's a good opportunity to meet. Regards, Hervé Le samedi 26 septembre 2015 23:06:03 Karl Heinz Marbaise

Re: How to access $project.build.sourceEncoding?

2015-09-27 Thread Jochen Wiedmann
On Sun, Sep 27, 2015 at 11:25 AM, Lennart Jörelid wrote: > 2. Inject a MavenProject and use it to acquire any build property you like: > > @Parameter(defaultValue = "${project}", readonly = true) > private MavenProject project; This one sounds like what I wanted.

Re: How to access $project.build.sourceEncoding?

2015-09-27 Thread Robert Scholte
You can make the parameter readOnly and nobody will notice it. Robert Op Sun, 27 Sep 2015 10:53:45 +0200 schreef Jochen Wiedmann : On Sat, Sep 26, 2015 at 10:33 PM, Karl Heinz Marbaise wrote: Hi Jochen, On 9/26/15 10:28 PM, Jochen Wiedmann

[GitHub] maven-surefire pull request: [Surefire-1144] Time for testsuite on...

2015-09-27 Thread lamyaa
Github user lamyaa commented on the pull request: https://github.com/apache/maven-surefire/pull/98#issuecomment-143595744 @Tibor17 I'm very sorry for the delay. Please go ahead and finish this one if you have time. I'm not quite sure how XmlReporterRunTimeIT works either. I

[GitHub] maven-surefire pull request: [Surefire-1144] Time for testsuite on...

2015-09-27 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/98#issuecomment-143595094 @lamyaa Can I finish it unless you you are already in progress? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] maven-surefire pull request: Quick fix for SUREFIRE-1177 and SUREF...

2015-09-27 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/105#issuecomment-143595965 This issue is not in the list of release Version 2.19. Would you have the spare time to complete till Tuesday afternoon CET? Can I start the release Vote

Re: FOSDEM 2016

2015-09-27 Thread Arnaud Héritier
I think that Jenkins will be here too, thus I hope to have the opportunity to come On Sun, Sep 27, 2015 at 7:13 PM, Robert Scholte wrote: > Hi, > > Hervés arguments count for me as well. > > Robert > > Op Sat, 26 Sep 2015 23:54:53 +0200 schreef Hervé BOUTEMY < >

[GitHub] maven pull request: MNG-4463: Version ranges cannot be used for ar...

2015-09-27 Thread phang98
Github user phang98 commented on the pull request: https://github.com/apache/maven/pull/64#issuecomment-143642743 I'll look into the integration test part. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

Re: How to access $project.build.sourceEncoding?

2015-09-27 Thread herve . boutemy
true, no method we documented it in the notice at the end of model building reference documentation [1] But for sure, once Maven 4 is out with an improved model and compatibility layer for Maven 3, these 2 encoding parameters are the first candidates to go into the enhanced model :) Regards,

[GitHub] maven-surefire pull request: Get tests to run from external source...

2015-09-27 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/74#issuecomment-143642564 Hello guys, I have implemented new streamer of classes. The problem was with old streamer which was able to dispatch test class name to the forked JVM.

[GitHub] maven-surefire pull request: [Surefire-1144] Time for testsuite on...

2015-09-27 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/98#issuecomment-143606448 @lamyaa Pls close this pull-request. I have pushed the fix including your IT. Thx for the IT, it was very nice work. --- If your project is set up for

[GitHub] maven-surefire pull request: [Surefire-1144] Time for testsuite on...

2015-09-27 Thread lamyaa
Github user lamyaa closed the pull request at: https://github.com/apache/maven-surefire/pull/98 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] maven-surefire pull request: [Surefire-1144] Time for testsuite on...

2015-09-27 Thread lamyaa
Github user lamyaa commented on the pull request: https://github.com/apache/maven-surefire/pull/98#issuecomment-143607529 Thanks for taking care of this @Tibor17 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

Re: How to access $project.build.sourceEncoding?

2015-09-27 Thread Jochen Wiedmann
On Sat, Sep 26, 2015 at 10:33 PM, Karl Heinz Marbaise wrote: > Hi Jochen, > > On 9/26/15 10:28 PM, Jochen Wiedmann wrote: >> >> Hi, >> >> I'd like to access $[project.build.sourceEncoding} in a Maven Plugin. >> How would I do that? Using what version of maven-model? > > >

Re: How to access $project.build.sourceEncoding?

2015-09-27 Thread Lennart Jörelid
There are 2 possibilities, Jochen. 1. Introduce a parameter, as Karl-Heinz illustrated above. You may safely set this parameter to "read-only" if your plugin merely wants to read/use - but not expose or permit for a user to change - the source encoding value for the plugin only. In that case,

[GitHub] maven-surefire pull request: [SUREFIRE-1179] integration test

2015-09-27 Thread juherr
Github user juherr commented on the pull request: https://github.com/apache/maven-surefire/pull/106#issuecomment-143522916 Awesome! I should have time this week to close it. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as