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?:
please file issue in flyway issue tracker.
Comments
Post a Comment