We would love it if Flyway could migrate our database during deployment of an .ear
artifact (JBoss 4.2). It should abort if anything goes wrong.
Flyway with mvn flyway:migrate
works, but for continuous integration and production environments (and maybe others that download new SNAPSHOTS) it would be great to have the DB migrations bundled with the application.