This sample demonstrates how to deploy an application on Google App Engine.
See the Google App Engine standard environment documentation for more detailed instructions.
- Update the
<application>
tag insrc/main/webapp/WEB-INF/appengine-web.xml
with your project name. - Update the
<version>
tag insrc/main/webapp/WEB-INF/appengine-web.xml
with your version name.
$ mvn appengine:devserver
$ mvn appengine:update