Skip to content

Files

Latest commit

Feb 11, 2015
e06722b · Feb 11, 2015

History

History
This branch is 2 commits ahead of, 231 commits behind google/recaptcha:master.

appengine

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 5, 2015
Feb 11, 2015
Feb 5, 2015
Feb 5, 2015
Feb 5, 2015
Feb 5, 2015

App Engine Java Application Copyright (C) 2010-2012 Google Inc.

Skeleton application for use with App Engine Java.

Requires Apache Maven 3.0 or greater, and JDK 6+ in order to run.

To build, run

mvn package

Building will run the tests, but to explicitly run tests you can use the test target

mvn test

To start the app, use the App Engine Maven Plugin that is already included in this demo. Just run the command.

mvn appengine:devserver

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