I use maven-gae-plugin to deploy my app, it works find until i decide to deploy it to another app-id under different Google account. i met the \"This applciation does not exist\
You can use the new option --no_cookies
(documented here) of the appcfg.sh
tool to prevent loading the cookies. Or you could delete the cookie/cache file which at least in Linux is stored in ~/.java/.userPrefs/com/google/appengine/tools/admin/prefs.xml
.
I have no experience with the maven-gae-plugin, but it seems you would need to modify the EngineGoalBase.java
file to allow the new parameter.