You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin, SBT plugin, ANT tasks)
Maven Plugin
What database are you using (type & version)?
Oracle 12.1
What operating system are you using?
Ubuntu 14.0.4
What did you do?
(Please include the content causing the issue, any relevant configuration settings, and the command you ran)
I store the credentials of my database server in settings.xml via .
I invoke flyway like this: mvn flyway:info -Dflyway.serverId=my-server -Dflyway.url=jdbc:oracle:thin:@my.server.com:1521:mysid
What version of Flyway are you using?
4.0.3
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin, SBT plugin, ANT tasks)
Maven Plugin
What database are you using (type & version)?
Oracle 12.1
What operating system are you using?
Ubuntu 14.0.4
What did you do?
(Please include the content causing the issue, any relevant configuration settings, and the command you ran)
I store the credentials of my database server in settings.xml via .
I invoke flyway like this:
mvn flyway:info -Dflyway.serverId=my-server -Dflyway.url=jdbc:oracle:thin:@my.server.com:1521:mysid
What did you expect to see?
No [WARNING] logs.
What did you see instead?
the maven plugin logs the following line:
[WARNING] Unknown configuration property: flyway.serverId
The text was updated successfully, but these errors were encountered: