Automatically add -XstartOnFirstThread on Mac? #234
-
Hi, I'm frequently adding the following to poms to support running tests on Mac using Surefire:
I also found this old bug discussing automatically adding it: https://bugs.eclipse.org/bugs/show_bug.cgi?id=388084 But I'm not clear whether this was addressed or not, or if there's some other way to use the -XstartOnFirstThread argument when running Maven/Tycho without having to add the profile above? Thanks in advance, Phil |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
It was closed as WONTFIX and no related issue mentions any related development, and the issue is still here and the profile is still necessary, so it looks like it was not addressed.
Not until tycho-surefire-plugin receives a patch that automatically pass adds flag for mac ;) |
Beta Was this translation helpful? Give feedback.
-
Thanks for the answer.
Perhaps I will look into it. |
Beta Was this translation helpful? Give feedback.
-
Opened #234 |
Beta Was this translation helpful? Give feedback.
It was closed as WONTFIX and no related issue mentions any related development, and the issue is still here and the profile is still necessary, so it looks like it was not addressed.
Not until tycho-surefire-plugin receives a patch that automatically pass adds flag for mac ;)