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
kenshoo-parent edited this page Nov 21, 2011
·
1 revision
The plugin provides a packaging tasks that take source and resources and packaged them into a zip file with an executable jar file, this zip file can then be later deployed into production/staging environment in order to apply the latest schema changes:
$ gradle liquidPackage
$ cd build/libs
$ unzip liquid-distributable_2.zip
$ ls
liquibase-standalone.jar liquid-distributable_4.2.zip resources src