From a55504373fb5855c5e96b95b98a083bb64cb0b79 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 9d0f599d4..6d0f5e766 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,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: