GoogleCloudPlatform / appengine-maven-plugin

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

Goal 'endpoints_get_discovery_doc' fails to execute on 1.9.49 #81

Closed ghost closed 7 years ago

ghost commented 7 years ago

As reported on the App Engine issue tracker, updating the pom.xml of a Endpoints project to use version 1.9.49 of the appengine-maven-plugin results in the following build failure:

[ERROR] Failed to execute goal com.google.appengine:appengine-maven-plugin:1.9.49:endpoints_get_discovery_doc (default) on project project-api-web: -f -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.google.appengine:appengine-maven-plugin:1.9.49:endpoints_get_discovery_doc (default) on project project-api-web: -f

As mentioned on a related Stack Overflow post, it appears to be an issue parsing the -f, rest formatting option.

ludoch commented 7 years ago

tangiel@ So it seems that the -f rest and -f rcp options are now gone.... If I put none, the rest file is generated... No more RPC?

ludoch commented 7 years ago

Got confirmation that the -f (format) flag is gone, and now only Rest is used, RPC support is removed. Will adapt.

ludoch commented 7 years ago

Fix will be in 1.9.50 release.