We're switching from the unofficial 'kidleit' maven plugin to use the official "appengine-maven-plugin" http://code.google.com/p/appengine-maven-plugin/
Our application is not new, but when deploying now, we get the error:
404 Not Found This application does not exist (app_id=u'appname')
Running on the command line and in eclipse, turns out the same message pops up when telling appcfg.sh
to use --oauth2
for authentication, which turns out to be the default for the 'appengine-maven-plugin'.
Is there a way to tell the official maven plugin to not use Oauth2 authentication?