Maven plugin : warning about flyway.configFile #1309
Closed
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Flyway are you using?
4.0.1
What database are you using (type & version)?
PostgreSQL 9.4
What operating system are you using?
Windows7
What did you do?
(Please include the content causing the issue, any relevant configuration settings, and the command you ran)
Run
mvn flyway:info -Dflyway.configFile=flyway2.properties
What did you expect to see?
No warnings about flyway.configFile - it's a documented property from https://flywaydb.org/documentation/maven/
What did you see instead?
[WARNING] Unknown configuration property: flyway.configFile
NOTE: Probably validation of flyway properties should be revised. It looks like it marks as unknown - pretty good supported properties (it looks similar to #1298 )
The text was updated successfully, but these errors were encountered: