Hi,

I'm using JDK 1.4.2 so had to set:
maven.junit.fork = true
to get Maven to fork my tests off separately so I avoid XML errors. Unfortunately, forking a new JVM for every TestCase is really slow.


When I was using Ant, they offered a forkMode option which let me fork out of the main JVM running Maven just once. This let me run all TestCases within the same JVM. This was much faster.

Just wondering if the same or similar option existed within the maven-test-plugin. If so how do I enable it.

Thanks,
Guy


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to