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 migra
Issue 156 only applies to OSGi environments.
baseDir refers to a location on the classpath.
In your case this would be: PROJECT_ROOT/src/main/resources/db/migration
Put your migrations there and it should work. I'll have another look at the docs to see if they can be clarified regarding this.