From fbcc088c4cd9266812c776bac338063d63c25efe Mon Sep 17 00:00:00 2001 From: Leon Mai Date: Wed, 5 Feb 2020 15:16:35 -0800 Subject: [PATCH] specify mvn clean install (#216) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80a96dbec..96f66f749 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Then head over to build the [Maven](https://maven.apache.org/install.html) (Apac ```sh # make sure you are in the `java-sdk` directory. -mvn install +mvn clean install ``` Try the following examples to learn more about Dapr's Java SDK: