I haven't found the EAR project to be necessary.  I work on individual 
modules separately; I just do a "mvn package" to build a module's WAR file 
and then do testing/debugging by running the devserver against that WAR 
file.  I also deploy those module WAR files individually when I need to via 
"mvn appengine:update"; I don't deploy the EAR file.

-Andy

On Sunday, April 20, 2014 7:27:46 PM UTC-4, aloo wrote:
>
> I'm curious how others have setup their dev workflow when using appengine 
> modules + maven?
>
> In order to run the local dev server I need to rebuild my entire project 
> and then run mvn appengine:devserver in my ear directory. This typically 
> takes a minute for a simple code change.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to