http://jszip.org/quickstart/index.html
Then just modify some .java files and ask your IDE to compile on demand... while in a different window you just leave `mvn jszip:run` open and running. Maven will pick up the .class files and redeploy the webapp. After a while you may run out of permgen and you might need to restart the mvn process... but it should be OK for at least 5-10 cycles On 10 April 2014 13:56, Tom-Blank <[email protected]> wrote: > Hi Stephen, > > Thanks. Actually, I don't mind using Maven ver. 3.0.5 as long as it does > the > job I need. > > Can you provide an example? > > Thanks! > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Hot-deployment-using-jetty-8-and-maven-tp5790839p5790844.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
