How can I run Maven GAE projects in Eclipse?

2019-07-15 12:37发布

I'm making project with Maven GAE plugin (http://www.kindleit.net/maven_gae_plugin/examples/index.html), but I didn't understand how I can run these projects on local development server. Can someone tell me what I have to do to run my application in eclipse? And I would also like to know how to deploy my application to GAE.

1条回答
男人必须洒脱
2楼-- · 2019-07-15 13:27

I solved this myself. I had to add new run option for Maven. Select project and with right click you get menu and there select Run as / Run configurations / Maven / Create new and then add your goal to line goals. Then run it and server should start.

List of goals:

http://googlewebtoolkit.blogspot.com/2010/08/how-to-use-google-plugin-for-eclipse.html

查看更多
登录 后发表回答