You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maven exec plugin behaves differently from a manual execution using the java executable when in regards of the uncaught exception handler for a thread.
A custom uncaught exception handler of a thread is ignored.
Please see this stackoverflow discussion for a minimal example and first solution discussions.
The maven exec plugin behaves differently from a manual execution using the java executable when in regards of the uncaught exception handler for a thread.
A custom uncaught exception handler of a thread is ignored.
Please see this stackoverflow discussion for a minimal example and first solution discussions.
https://stackoverflow.com/a/33344714/405793
The text was updated successfully, but these errors were encountered: