Flyway script repair

linkaiyi
Follow

Errors can be raised if run mvn plugin with .configuration file,

e.g. mvn -Dflyway.configFiles=config.conf flyway:repair will fail because .configFiles will be intepreted as lifecycle option.

use quotes to mark the config option

mvn -D”flyway.configFiles”=”config.conf” flyway:repair will work

Object has 0 attachments

Was this article helpful?

This article is viewed 51 times!

Recent Viewed Articles

Related Articles

0 Comments

Leave a Comment

Support