I find it very frustrating doing web development with Maven & Jetty using Eclipse, compare with what I did using Visual Studio.
Everytime I make a change, even a minor change in my view file, (*.jsp, for example), then I have to re-package the whole web - waiting for jetty to reload everything before I can see the change.
Is there any better way to do that, some thing like an automatically plugin that will picked that changed files and deploy the changed files to web server?