ninjaframework / ninja-appengine

Google App Engine support for Ninja Framework
Apache License 2.0
40 stars 21 forks source link

Upgrade to lastest official App Engine Maven plugin #2

Open ludoch opened 11 years ago

ludoch commented 11 years ago

Instead of the kindleit plugin, you might consider upgrading to the officially supported App Engine plugin with:

com.google.appengine appengine-maven-plugin 1.7.6

It is pushed at every app engine release, so very soon will be available with 1.7.7

Then use mvn appengin:devserver All app engine festures are exposed: jdo enhancers, endpoints(1.7.7) etc.

raphaelbauer commented 11 years ago

On Sat, Apr 6, 2013 at 5:57 PM, ludoch notifications@github.com wrote:

com.google.appengine appengine-maven-plugin 1.7.6

Very good pointer... I'll change that asap...

Thanks!

Raphael