Reputation: 24645
I'm creating GAE projects and I would like to use Maven as build tool. I have found project http://www.kindleit.net/maven_gae_plugin/ that provides ability to use GAE with Maven, but I didn't understand how I can create a new project with this configuration?
Upvotes: 3
Views: 10105
Reputation: 17369
First of all you have to have m2eclipse plugin installed to effectively use Maven in Eclipse. Once you have it:
File
->New
->Project...
After that it will be generated with proper structure and dependecies
Upvotes: 4