views:

138

answers:

2

i had very nice dev. env. - clojure, maven and jetty with hot deploy. now i moved to google appengine and i can not figure out how to configure maven achieve hot deploy

A: 

There is a google app engine plugin for maven that supports deploy. Hot-deploy is not mentioned but this is where I'd start. Not sure if it works for clojure but I see not reason why it wouldn't.

sal
A: 

There is a bug with gae:run that currently doesn't hot deploy changes (see Issue 47). Maybe try the suggested workaround.

Pascal Thivent