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

Thanks Jan,

Thanks for the pointer, I guess no workaround available... pitty, will wait it out.

-Tom

2014-10-06 9:29 GMT+02:00 Sievers, Jan <jan.sievers@xxxxxxx>:
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...
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top