GoogleCloudPlatform / gcloud-maven-plugin

Cloud SDK Maven Plugin for Google App Engine (Managed VMs and non Managed VMs)
Apache License 2.0
29 stars 24 forks source link

plugin fails if webapp does not have a web.xml #21

Closed jboynes closed 8 years ago

jboynes commented 9 years ago

I have a Servlet 3.1 application with no web.xml. When I run mvn gcloud:run I get:

Bad configuration: Could not locate .../target/appengine-plugin-test-0.1-SNAPSHOT/WEB-INF/web.xml
  Caused by: .../target/appengine-plugin-test-0.1-SNAPSHOT/WEB-INF/web.xml (No such file or directory)
ludoch commented 9 years ago

Need to fix that.

On Fri, Jun 19, 2015 at 8:52 AM, Jeremy Boynes notifications@github.com wrote:

I have a Servlet 3.1 application with no web.xml. When I run mvn gcloud:run I get:

Bad configuration: Could not locate .../target/appengine-plugin-test-0.1-SNAPSHOT/WEB-INF/web.xml Caused by: .../target/appengine-plugin-test-0.1-SNAPSHOT/WEB-INF/web.xml (No such file or directory)

— Reply to this email directly or view it on GitHub https://github.com/GoogleCloudPlatform/gcloud-maven-plugin/issues/21.

ludoch commented 8 years ago

I think it is now fixed, in the staging phase provided by the GAE Java SDK.