exec-maven-plugin
exec-maven-plugin copied to clipboard
UncaughtExceptionHandler of a thread is ignored
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