Skip to:
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.
Windows 8, Maven 3.3.1, Java 1.7.0_75
Updating title
Merged https://github.com/liquibase/liquibase/pull/422
Created a pull request here.
There is also some discussion about it on GitHub.
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.
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:
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.