I have a Java Web project with Maven and using Eclipse and Jetty Eclipse plugin to run it.
I'm trying not to use Eclipse but I don't find the way to deploy the app with Jetty without using a WAR. With Jetty plugin it just take 1 minute to startup but WAR building with maven does 20 min aprox.
There's any way to quickly deploy the app (as fast as with the Eclipse plugin) without building a WAR file? There is not mandatory to use Jetty but desirable.