Closed okulev closed 8 years ago
This is a bug in the SDK that has been fixed in the next release. If you want to preview the next release, you can add this in the pom.xml to be able to use the version 19.38. Remove the section when the plugin is pushed (soon).
<repositories>
<repository>
<id>gae-staging1</id>
<url>https://oss.sonatype.org/content/repositories/comgoogleappengine-1292/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>gae-staging1</id>
<url>https://oss.sonatype.org/content/repositories/comgoogleappengine-1293/</url>
</pluginRepository>
</pluginRepositories>
It worked! Thank you.
I generated helloworld example from latest archetype. After applying the fix from #66 it works. After setting appengine to currently latest version 1.9.37, the following error occurs on appengine:update. Just changing to previous version 1.9.36 fix the error: