Thanks for the info. I just tried packaging 1 of my modules and it still
takes on the order of 1 min. The building of the jar and copying the web
app folder is the culprit I suspect.
ᐧ


On Mon, Apr 21, 2014 at 6:13 PM, AndyD <goo...@adennie.e4ward.com> wrote:

> 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 a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/YvE-zXrOEkI/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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