GoogleCloudPlatform / appengine-maven-plugin

Automatically exported from code.google.com/p/appengine-maven-plugin
Apache License 2.0
19 stars 21 forks source link

<version> seems to be required in appengine-web.xml to run locally #94

Open the-rockkk opened 6 years ago

the-rockkk commented 6 years ago

I'm using v1.9.64 of the appengine-maven-plugin. However, if I remove the as directed I get an error when I run locally:

/_ah/admin/modules java.lang.NullPointerException: null value in entry: version=null

I removed the tag based on a warning in Eclipse, but it seems to actually be required?

It seems to be similar/related to this issue from last year: https://github.com/GoogleCloudPlatform/app-maven-plugin/issues/234