Spring Roo Add-On to provide Flyway Integration. This add on allow developer to setup its project with Flyway database migration framework
Installation
For version 0.6.0.RELEASE, installation is done by downloading from http://code.google.com/p/spring-roo-addon-flyway/downloads/list and install executing next command into Spring Roo console:
osgi start --url file://
/org.alexsotob.roo.addon.flyway-0.6.0.RELEASE.jar
or
osgi start --url http://code.google.com/p/spring-roo-addon-flyway/downloads/detail?name=org.alexsotob.roo.addon.flyway-0.6.0.RELEASE.jar&can=2&q=
If you have already installed previous version on Spring Roo you can uninstall with:
osgi uninstall --bundleSymbolicName org.alexsotob.roo.addon.flyway
Using
After addon is correctly registered you can setup your project using Flyway