I am very new to GAE / Java / Maven and, based on the .net background, ready to try.
I installed the Google App Engine plugin for eclipse 4.2. I created the application using the Google plugin, and everything went according to plan. It works beautifully. I can develop, test on a local server and deploy to the cloud without any problems.
The problem arises when I want to use Maven too. Then you need to create the "Mavern" project based on some archetype. I followed the tutorial at https://developers.google.com/appengine/docs/java/tools/maven and started building the guestbook application.
Everyone went according to plan. I can start the dev server from the command line and test the application in the browser. The only problem is where the tutorial ends.
I do not know how to deploy this to Google Cloud from the command line. You can no longer use the Google plugin, as it simply does not recognize the application as an AppEngine application.
Can someone please help me here? Thanks
user1980175
source share