[GitHub] maven issue #125: [MNG-5965] Parallel build multiplies work if multiple goal...

2017-07-18 Thread ifedorenko
Github user ifedorenko commented on the issue: https://github.com/apache/maven/pull/125 No, sorry, I can't "assign" this to anyone, you just have to wait for somebody to review and merge this pull request. --- If your project is set up for it, you can reply to this email and have

[GitHub] maven issue #125: [MNG-5965] Parallel build multiplies work if multiple goal...

2017-07-18 Thread dbmeneses
Github user dbmeneses commented on the issue: https://github.com/apache/maven/pull/125 @ifedorenko Ok, thanks for the help preparing the p/r. Is there anyone you could assign the review to? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] maven issue #125: [MNG-5965] Parallel build multiplies work if multiple goal...

2017-07-06 Thread ifedorenko
Github user ifedorenko commented on the issue: https://github.com/apache/maven/pull/125 The change looks reasonable but I don't use built-in multithreaded build support myself and do not feel comfortable merging this change without proper testing. I will have to defer to somebody

[GitHub] maven issue #125: [MNG-5965] Parallel build multiplies work if multiple goal...

2017-07-05 Thread dbmeneses
Github user dbmeneses commented on the issue: https://github.com/apache/maven/pull/125 Ok my bad, I've managed to make them pass on my box as well. --- 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

[GitHub] maven issue #125: [MNG-5965] Parallel build multiplies work if multiple goal...

2017-07-05 Thread ifedorenko
Github user ifedorenko commented on the issue: https://github.com/apache/maven/pull/125 No, having IT failures are not normal, and [jenkins seems to be happy](https://builds.apache.org/view/M-R/view/Maven%20Core%20ITs/job/core-integration-testing-maven-3-embedded/). --- If your

[GitHub] maven issue #125: [MNG-5965] Parallel build multiplies work if multiple goal...

2017-07-05 Thread dbmeneses
Github user dbmeneses commented on the issue: https://github.com/apache/maven/pull/125 @ifedorenko I've updated my previous comment. I added a simple reproducer and I submitted a P/R to maven-integration-testing with an IT. BTW is it normal to have 100+ ITs failing with mvn 3.5.0?

[GitHub] maven issue #125: [MNG-5965] Parallel build multiplies work if multiple goal...

2017-07-04 Thread ifedorenko
Github user ifedorenko commented on the issue: https://github.com/apache/maven/pull/125 Can you provide a regression test that demonstrates the problem and the fix? Semi-related, I recently fixed similar problem in [Takari Smart