specify mvn clean install (#216)

This commit is contained in:
Leon Mai 2020-02-05 15:16:35 -08:00 committed by GitHub
parent e948bf60ef
commit fbcc088c4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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