Copyright (C) 2014 Google Inc.
Requires Apache Maven 3.0 or greater, and JDK 7+ in order to run. This application needs to be deployed to the App Engine VM Runtime.
Make sure that you are invited to the VM Runtime Trusted Tester Program, and have downloaded the SDK.
To build, do the following:
-
Change the value of the
application
element in yourappengine-web.xml
to the app id of an app that has been whitelisted for the VM Runtime. -
Run
mvn package
-
Run the
appcfg.sh
script from the VM Runtime SDK as follows:$ $SDK_DIR/bin/appcfg.sh -s preview.appengine.google.com update target/hello-1.0-SNAPSHOT
-
Visit
http://your-app-id.appspot.com/
.
For further information, consult the Java App Engine documentation.
To see all the available goals for the App Engine plugin, run
mvn help:describe -Dplugin=appengine