From 0262c8e2c241551053754084ee210c18dd2a0854 Mon Sep 17 00:00:00 2001 From: skottam Date: Wed, 4 Feb 2015 16:30:27 -0800 Subject: [PATCH] updating my help document --- test-complete/myHelp.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test-complete/myHelp.txt b/test-complete/myHelp.txt index 460688f8b..28ade1fb0 100644 --- a/test-complete/myHelp.txt +++ b/test-complete/myHelp.txt @@ -1,11 +1,9 @@ -Step 1: Build dev source code by doing the following on your dev branch +Step 1: Build dev source code by doing the following on your dev branch ~/java-client-api$ mvn clean mvn compile mvn –Dmaven.test.skip=true install -you can avoid the above steps by updating build.gradle to use appropriate client dependencies from maven central. - Step2: Go to the test complete directory ~/java-client-api/test-complete$