Hi everybody,
maybe someone can help me out with this:
We have pom.xml with several places invoking liquibase (for different environments like dev and unittesting). We use a property in our changeLogs to be able to dynamically set a specific schema for every invocation.
My question: how can I set a property when using the maven plugin? Via commandline it’s just using a -D= . But the maven plugin does ignore properties unknown to it whether defined in a liquibase.properties file or given in the configuration part of the liquibase maven plugin. I tried to use the (rather thin documented) expressionVars tag but without success (I don’t know if I’m using it right).
Thanks for your help.
Carsten