- Followup to PR #2773, where we started using official appengine Maven plugin than older ```maven-gae-plugin``` - ```appcfg``` script is deprecated and most of these works can be done through ```gcloud-appengine-sdk``` - More details in cl/333435946 (where we moved away from ```appcfg``` during the releases) and cl/xxxxx (We no more need any manual copy jar commands) |
4 years ago | |
|---|---|---|
| .. | ||
| src/main | Update Demo site structure and use official appengine Maven plugin for test run. (#2773) | 4 years ago |
| README | Update Demo site structure and use official appengine Maven plugin for test run. (#2773) | 4 years ago |
| pom.xml | Penmetsaa maven update for releaee 8.12.51 (#2788) | 4 years ago |
Prerequisite:
Install the Appengine SDK.
$ sudo apt-get install google-cloud-sdk-app-engine-java
How to regenreate the WAR, deploy and run in appengine?
$ mvn appengine:run