Skip to content
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
Clone this wiki locally