I am curious how much people use of the hot-reloading during plugin development.
As mentioned on
https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial - jelly and other files are reloaded (I know that works well in my experience) however its the other reloading that seems to be suspect when I try it (have tried a few different plugins to ensure its just not one version of core etc).
1) there is JVM hotswap with debugging (always a mixed bag)
2) press ENTER on mvn hpi:run to reload webapp
3) jrebel with OSS licence
What do people use? I have found 2 actually breaks hard almost always (various errors).
3 I have never tried.
Or do people just build and run unit tests and rerun mvn hpi:run as needed?