exec-maven-plugin on liquibase.integration.commandline.Main stops whole project

Description

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.

Environment

linux, maven

Activity

Show:

Details

Reporter

Components

Affects versions

Priority

Created September 29, 2014 at 5:59 AM
Updated September 29, 2014 at 5:59 AM

Flag notifications