jdbc - Flyway - specify configuration on command line for maven? -


i'm running command:

mvn install flyway:migrate -dskiptests=true -dflyway.configfile=c:\\itconfig.properties 

i need external configuration migrations in circumstances. however, whenever run this, flyway properties in pom file take precedence. documentation state:

overriding order

system properties override external config file overrides maven properties override plugin configuration

but not working way me. doing wrong? did find previous issue, appears closed / fixed?:

https://github.com/flyway/flyway/issues/585

please file issue in flyway issue tracker.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -