On Mon, Jan 26, 2015 at 12:22:41PM +0100, Erik Jan de Wit wrote:
On 26/01/2015 11:43, Douglas Campos wrote:
> This migrator tool can be run with plain `java -jar` and deals with all
> the migrations needed up to `VERSION`, which means we would need only
> one migrator tool for both 1.0.x and HEAD.
>
> Thoughts? Comments?
great idea, but why not use the maven plugin to execute the liquibase
migration?
There are several reasons, but the most important is to avoid asking
our
users which just deploy a war file into their appserver to clone the
project, wait for maven to download the internet, then finally see the
migration happening.
Also, the maven plugin has less features than the liquibase cli tools.
--
qmx