I just converted my GAE application to using modules and started using maven as well. I used the standard appengine archetype to create the project structure.
However, when I run mvn install
this takes over a minute to build my project. Most of the time is taken building .war
and .ear
files. Are these needed for appengine builds?
If not, how do I get these .war
and .ear
files to not be packaged for appengine projects?