How do I best work around Flyway issue 156?
问题 I'm trying to get Flyway configured and have run up against issue 156, where I can't escape the following message: [WARNING] Unable to find path for sql migrations: db/migration The folder exists, contains an sql script named V1__baseline.sql and is relative to the path of both the pom.xml and the current working directory when invoking mvn flyway:migrate . The relevant section of my pom.xml looks like this: <plugin> <groupId>com.googlecode.flyway</groupId> <artifactId>flyway-maven-plugin<