Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using flyway.serverId produces WARNING log #1468

Closed
eidottermihi opened this issue Nov 17, 2016 · 1 comment
Closed

Using flyway.serverId produces WARNING log #1468

eidottermihi opened this issue Nov 17, 2016 · 1 comment

Comments

@eidottermihi
Copy link

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

axelfontaine pushed a commit to flyway/flywaydb.org that referenced this issue Jan 25, 2017
axelfontaine pushed a commit that referenced this issue Jan 25, 2017
@axelfontaine
Copy link
Contributor

Good catch! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants