Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/com/google/i18n/phonenumbers/ | 07-Sep-2024 | - | 335 | 190 | ||
test/com/google/i18n/phonenumbers/ | 07-Sep-2024 | - | 234 | 180 | ||
webapp/ | 07-Sep-2024 | - | 65 | 55 | ||
README | D | 07-Sep-2024 | 452 | 17 | 13 | |
pom.xml | D | 07-Sep-2024 | 3 KiB | 103 | 97 |
README
1How to install the Appengine SDK to the Maven local repository? 2Note that this needs to be done only once. 3 $ mvn gae:unpack 4 Note that you don't need to manually download any SDK. 5 6How to generate the WAR? 7 $ mvn package 8 $ mvn war:war 9 Note that this must be done before running the webapp locally and before 10 deploying it to Appengine. 11 12How to run the webapp locally? 13 $ mvn gae:run 14 15How to deploy the webapp to Appengine? 16 $ mvn gae:update 17