I am using 2.0.5 in maven.
I would like to use a 'property' that originates from outside a change log file.
Docs say that one of those can come from the Liquibase runner (maven in this case), as a JVM property or from the ChangeLog.
As far as I can tell there doesn't appear to be any way to pass a property from maven (the runner.)
I have tried both the pom liquibase block and the liquibase properties file.
I am verifying whether it shows up with a precondition
Is there a way to do this?