Maven - Skip is active by default

Description

After upgrading to liquibase maven plugin from 3.3.2 to 3.3.3 skip options is active by default making it to skip allways. The log shows:

[WARNING] Liquibase skipped due to maven configuration

I've tried to change the configuration and set skip to false and even set the property liqibase.shoud.run to true, but it always skips the execution.

Environment

Windows 8, Maven 3.3.1, Java 1.7.0_75

Activity

Show:

Nathan Voxland May 27, 2015 at 9:10 PM

Updating title

Nathan Voxland May 13, 2015 at 9:58 PM

Mark Chesney May 11, 2015 at 6:20 PM

Created a pull request here.

Mark Chesney May 11, 2015 at 5:02 PM

There is also some discussion about it on GitHub.

Fabien Benoit-Koch May 11, 2015 at 4:57 PM
Edited

Yep, i've resorted to add

<liquibase.should.run>true</liquibase.should.run>

In my project properties.

I think liquibase.should.run lacks a default "true" value in the mojo class.

Fixed

Details

Reporter

Components

Fix versions

Affects versions

Priority

Created May 11, 2015 at 2:09 PM
Updated May 27, 2015 at 9:11 PM
Resolved May 27, 2015 at 9:11 PM