You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Aravind adc4ed48c2 Reverting maven pom.xml updates as there are mutiple staging repositories in Sonatype for release 8.9.11. This includes changes for setting nexus-staging-maven-plugin 7 years ago
..
src/com/google/phonenumbers Update new issue creation link in demo portal to direct to Issue Tracker instead of GitHub (#2149) 8 years ago
war Update App Engine to runtime=java8 (#2145) 8 years ago
README JAVA: Add Maven support for the libphonenumber demo. 11 years ago
build.xml JAVA-DEMO: Upload code to run Java demo. 11 years ago
pom.xml Reverting maven pom.xml updates as there are mutiple staging repositories in Sonatype for release 8.9.11. This includes changes for setting nexus-staging-maven-plugin 7 years ago

README

How to install the Appengine SDK to the Maven local repository?
Note that this needs to be done only once.
$ mvn gae:unpack
Note that you don't need to manually download any SDK.

How to generate the WAR?
$ mvn package
$ mvn war:war
Note that this must be done before running the webapp locally and before
deploying it to Appengine.

How to run the webapp locally?
$ mvn gae:run

How to deploy the webapp to Appengine?
$ mvn gae:update