Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] tycho-surefire-plugin and forking

https://bugs.eclipse.org/bugs/show_bug.cgi?id=380171


From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Tom Brus
Sent: Freitag, 3. Oktober 2014 11:40
To: Tycho user list
Subject: [tycho-user] tycho-surefire-plugin and forking

Hi list,

I need to run all my test classes in a separate JVM because our software caches knowledge in static finals.

The maven-surefire-plugin can do that with forkMode/forkCount/reuseForks but I am looking for a way to relay these through the tycho-surefire-plugin.

Anyone any hints how to accomplish this? (<systemProperties>? -DforkCount=1?)

Thanks
-Tom

P.S. I found a post from 2011 that merely states it can not be done. Is that still valid? Hope not...

Back to the top