exec-maven-plugin
exec-maven-plugin copied to clipboard
Allow to fork java execution
I would like to have an option to execute Java code exec:java
in separate JVM. The main reason is hierarchy of classloaders that is different in case of in plugin jvm execution.
This could be useful also in case some java programs launched with exec:java
do perform a System.exit
call, which would terminate the entire JVM calling process.
See https://github.com/eclipse-m2e/m2e-core/issues/1340 for reference of this issue inside the Eclipse IDE.
The issue is present both in 1.6.0
and 3.1.0
versions.