specify mvn clean install (#216)

This commit is contained in:
Leon Mai 2020-02-05 15:16:35 -08:00 committed by Artur Souza
parent 03b548b917
commit a55504373f
1 changed files with 1 additions and 1 deletions

View File

@ -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: