GoogleCloudPlatform / appengine-maven-plugin

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

update not working with 1.9.49 #80

Closed epspot closed 7 years ago

epspot commented 7 years ago

After updating SDK and maven-plugin to 1.9.49 I'm no longer able to update my app via mvn appengine:update. Error I get is:

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.google.appengine:appengine-maven-plugin:1.9.49:update (default-cli) on project backend-server-ear: No <application> defined in appengine-web.xml, nor <appId> <configuration> defined in the pom.xml. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)

My app is an EAR containing 4 modules (services).

Rollback to 1.9.48 fixes the problem for me short term and app deploys as usual.

patrickconant commented 7 years ago

I experienced the same problem. Rolling back to 1.9.48 fixed the problem for me too.

ludoch commented 7 years ago

Looking.

On Thu, Feb 16, 2017 at 4:29 PM, patrickconant notifications@github.com wrote:

I experienced the same problem. Rolling back to 1.9.48 fixed the problem for me too.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GoogleCloudPlatform/appengine-maven-plugin/issues/80#issuecomment-280511295, or mute the thread https://github.com/notifications/unsubscribe-auth/AAE4zT-UQPWO3erNZf911Rj_XsD6m0d6ks5rdOnxgaJpZM4L26G9 .

ludoch commented 7 years ago

Will be in 1.9.50 soon.

patrickconant commented 7 years ago

Thanks, Ludoch.