Add maven plugin configuration parameter for skipping running liquibase
Description
We use liquibase for recreating database from from scratch when running DB tests. Therefore we need to skip liquibase running when maven run with -Dmaven.test.skip flag. I created this patch adding configuration parameter to liquibase plugin. Withi this parameter we can define plugin configuration like
We use liquibase for recreating database from from scratch when running DB tests. Therefore we need to skip liquibase running when maven run with -Dmaven.test.skip flag. I created this patch adding configuration parameter to liquibase plugin. Withi this parameter we can define plugin configuration like