[GitHub] maven pull request: Mac OS X - way of getting JAVA_HOME location

2015-07-25 Thread KostyaSha
Github user KostyaSha commented on the pull request: https://github.com/apache/maven/pull/31#issuecomment-124847267 :+1: --- 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

Re: Interleaving forks/tests

2015-07-25 Thread Tibor Digana
We have reusable forks which may help some users already if configuring with true. Does this have the same effect you want to reach? Your idea is about forks per module or per build? Because if it is per build, this may speed up the parallel builds which have really fast unit test << 100 ms. Reus

Interleaving forks/tests

2015-07-25 Thread Kristian Rosenvold
I've been thinking about the way surefire forks JVMs for all the scenarios where it forks a new JVM per testcase; right now we basically start one JVM, load the surefire provider and run the test. Then we shut down the JVM. Repeat until done. Since we have a 2-way comms channel between the main pl