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
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
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