sbt-jrebel-plugin
sbt-jrebel-plugin copied to clipboard
Any chance to update to SBT 1.x
Thanks for the JRebel plugin, is very useful.
Maybe there's a chance to update it to SBT 1.x ...
Sorry, I'm completely out of touch of SBT and Scala things so at this point the plugin is pretty much unmaintained. I don't even have a JRebel license anymore.
The plugin is very simple, so let's hope somebody implements a similar one for SBT 1.x :smiley:
Since this project is not maintained I forked and prepared sbt 1.X + scala 2.12 version https://github.com/jamonkko/sbt-jrebel-plugin
Since the fork has a pre-built jar in the releases (not in maven, at least not yet) and it is a fork and contains some small code changes that has not been reviewed nor approved by the original author I changed the org name in the fork of that package gekkio -> jamonkko. Let me know if that is not cool.
I do not have any plans yet to start a maintained project for that. But if someone wants to publish working jar to maven etc. would the correct approach be just to
- publish a build from fork with different org like org.[devname].sbtplugins.sbt-jrebel-plugin
- or fork and rename e.g. to sbt1-jrebel-plugin? Any new project could also just support sbt1 only and link to this old project for older sbt <= 0.13 version.