exec-maven-plugin on liquibase.integration.commandline.Main stops whole project
Description
Environment
linux, maven
Activity
Show:
Details
Details
Reporter
Jeric Bryle Dy
Jeric Bryle DyComponents
Priority
Created September 29, 2014 at 5:59 AM
Updated September 29, 2014 at 5:59 AM
in maven, when using the exec-maven-plugin, with main class: liquibase.integration.commandline.Main. The main class exits using System.exit instead of returning normally, which is fine. but System.exit() shuts down the whole JVM. in this case, the whole maven project will just end instead of continuing with other plugins or module.