appengine-endpoints-tictactoe-java-maven icon indicating copy to clipboard operation
appengine-endpoints-tictactoe-java-maven copied to clipboard

[PATCH] Fixed Maven goal to get client library.

Open dlazerka opened this issue 10 years ago • 0 comments

From 6949a0511e62909a97b02f0f7cd00af3ef37b09f Mon Sep 17 00:00:00 2001 From: Dzmitry Lazerka [email protected] Date: Tue, 24 Sep 2013 01:18:24 -0700 Subject: [PATCH] Fixed goal to get client library.


README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md index 9a01036..93c50d5 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Google Cloud Endpoints, App Engine, and Java.

  1. mvn clean install
  2. Run the application with mvn appengine:devserver, and ensure it's running by visiting your local server's address (by default [localhost:8080][5].) -1. Get the client library with mvn appengine:get_client_lib +1. Get the client library with mvn appengine:endpoints_get_client_lib
  3. Deploy your application.

1.8.1.2

dlazerka avatar Sep 24 '13 08:09 dlazerka