I am trying to build the jcs project and receive OutOfMemoryErrors while
maven is executing the junit goal. maven.junit.fork is set to true. I have
tried this with B7 and B9 with the same result. If I set mave.junit.fork to
false, I definitely get different behavior and I receive different errors.
I have also downloaded the code in attempts to find the problem but am very
much a newbie and do not know my way around the maven code at all, so I
don't know where a new process is getting created to execute junit. Can
anyone point me in the right direction?
Thanks