allwinner_a64/android/external/libphonenumber/demo
2018-08-08 16:14:42 +08:00
..
src/com/google/phonenumbers upload android base code part2 2018-08-08 16:14:42 +08:00
war upload android base code part2 2018-08-08 16:14:42 +08:00
build.xml upload android base code part2 2018-08-08 16:14:42 +08:00
pom.xml upload android base code part2 2018-08-08 16:14:42 +08:00
README upload android base code part2 2018-08-08 16:14:42 +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