Updates:
Status: Accepted
Comment #2 on issue 147 by
axel.fontai...@gmail.com: SBT Plugin
Hi Sean,
thanks for contributing this. You are however not the first to attempt
this. Christian already made significant inroads as you can see here:
https://github.com/cdedie/flyway
These are the criteria I think are a must for inclusion in the main
distribution:
- integrates with the Flyway API (not the command line tool)
- sticks to Flyway conventions as far as it makes sense
- sticks to SBT conventions as far as it makes sense
- is integrated into the main Maven build (mvn clean install in the root
should also build the SBT plugin)
- doesn't require the separate installation of SBT for the build to run
(downloaded from Maven central on demand)
- is well documented (supported SBT versions, commands and properties,
website, ...)
I would recommend you two join forces and either discuss details for a
common implementation here, or as part of a joint pull request.
Cheers
Axel