android_mt6572_jiabo/external/libphonenumber/demo
2025-09-05 16:56:03 +08:00
..
src/com/google/phonenumbers first commit 2025-09-05 16:56:03 +08:00
war first commit 2025-09-05 16:56:03 +08:00
build.xml first commit 2025-09-05 16:56:03 +08:00
pom.xml first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00

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