[GitHub] maven-surefire issue #160: SUREFIRE-1398 threadCount is set for JUnit only w...

2017-07-28 Thread Tibor17
Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/160 @MatousJobanek It should be sanity check and Mojo should fail if `threadCount` is <= 0 && isApplicable. IsApplicable is TRUE if `forkMode` is "pertest" OR `parallel` is any of

[GitHub] maven-surefire issue #160: SUREFIRE-1398 threadCount is set for JUnit only w...

2017-07-26 Thread MatousJobanek
Github user MatousJobanek commented on the issue: https://github.com/apache/maven-surefire/pull/160 Sorry, I didn't notice that the parameter is used also in other cases. I changed the commit to set the `threadCount` only when it is a positive value also in case of JUnit - in the