On Mon, Jan 26, 2015 at 12:32 PM, Douglas Campos <qmx@qmx.me> wrote:
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.

That is true, not every user of UPS may have maven on his box!
 

Also, the maven plugin has less features than the liquibase cli tools.

--
qmx
_______________________________________________
aerogear-dev mailing list
aerogear-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev



--