Re: Project Jigsaw: Early-Access Builds available on jdk9.java.net/jigsaw

2015-09-13 Thread Olivier Lamy
I didn't have a deep look but I guess yes. On 11 September 2015 at 04:43, Robert Scholte wrote: > > https://github.com/codehaus-plexus/plexus-compiler/blob/master/plexus-compilers/plexus-compiler-javac/src/main/java/org/codehaus/plexus/compiler/javac/JavaxToolsCompiler.java > > So this file nee

[GitHub] maven pull request: Locate .mvn in current directory

2015-09-13 Thread fbricon
Github user fbricon commented on the pull request: https://github.com/apache/maven/pull/58#issuecomment-139963041 Seems to be duplicated by #40 --- 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 hav

[GitHub] maven pull request: [MNG-5728] Switch the default checksum policy ...

2015-09-13 Thread njuneau
Github user njuneau commented on the pull request: https://github.com/apache/maven/pull/36#issuecomment-139921790 Hello michael-o, Sorry for the delay. My feature branch has been rebased and force-updated. --- If your project is set up for it, you can reply to this email and

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

2015-09-13 Thread lamyaa
Github user lamyaa commented on the pull request: https://github.com/apache/maven-surefire/pull/98#issuecomment-139917934 @Tibor17 Please give me a couple of days to look again at this. It's not very fresh in my mind anymore :) --- If your project is set up for it, you can reply to t

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

2015-09-13 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/98#issuecomment-139915061 IMHO all we need to do is to change the last parameter: `createTestSuiteElement( ppw, testSetReportEntry, testSetStats, reportNameSuffix, testSetReportEntry.el

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

2015-09-13 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/98#issuecomment-139858232 @lamyaa I think I found a solution which works on my side with non-parallel tests. Feel free to tell me what you think about my hypothesis. Can you ple