faresd / appengine-maven-plugin

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

Add support for endpoints to Maven plugin #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I don't see any support in 1.7.5 for generating the App Engine Endpoints 
"stuff" via the Maven plugin.  Please can it have support e.g. 
appengine:generate_endpoints ?

sdk-install-dir/bin/endpoints.sh get-java-client-lib your-full-class-name

Thanks.

Original issue reported on code.google.com by jon.r.jo...@gmail.com on 17 Mar 2013 at 11:12

GoogleCodeExporter commented 8 years ago
Yeah, sure.  Gimme a bit.  I might hack it out for 1.7.6, depending on the 
other issues I'm trying to tackle.

Original comment by matts...@google.com on 19 Mar 2013 at 8:47

GoogleCodeExporter commented 8 years ago

Original comment by matts...@google.com on 9 Apr 2013 at 8:15

GoogleCodeExporter commented 8 years ago
Fixed in 1.7.7. woth 2 new goals:
appengine:endpoints_get_discovery_doc
A combination of both gen-api-config and gen-discovery-doc commands. You need 
to define the comma separated list of your endpoint classes in the 
<serviceClassNames> tag.

appengine:endpoints_get_client_lib
Generate a zip file of the Java client library for your endpoints.

Original comment by l...@google.com on 11 Apr 2013 at 3:49