We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
5.0.2
Maven
Irrelevant
Windows
(Please include the content causing the issue, any relevant configuration settings, and the command you ran)
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.flywaydb-bug</groupId> <artifactId>flyway-skip</artifactId> <version>5.0.2</version> <packaging>jar</packaging> <properties> <flyway.skip></flyway.skip><!-- or false --> </properties> <build> <plugins> <plugin> <groupId>org.flywaydb</groupId> <artifactId>flyway-maven-plugin</artifactId> <version>5.0.2</version> <executions> <execution> <id>test</id> <goals> <goal>migrate</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
Flyway should execute the migration
Failed to execute goal org.flywaydb:flyway-maven-plugin:5.0.2:migrate (test) on project flyway-skip: org.flywaydb.core.api.FlywayException: Unknown configuration property: flyway.skip
The text was updated successfully, but these errors were encountered:
6302e37
Added notes for flyway/flyway#1869
fac65ce
Fixed flyway#1869: Unknown configuration property: flyway.skip when p…
e10eb52
…roperty set to false or null
No branches or pull requests
What version of Flyway are you using?
5.0.2
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin, SBT plugin, ANT tasks)
Maven
What database are you using (type & version)?
Irrelevant
What operating system are you using?
Windows
What did you do?
(Please include the content causing the issue, any relevant configuration settings, and the command you ran)
What did you expect to see?
Flyway should execute the migration
What did you see instead?
The text was updated successfully, but these errors were encountered: