From d928d7c7e26d74911576e8315965ffb3ad159afd Mon Sep 17 00:00:00 2001 From: Feiyue Yu Date: Tue, 22 Jun 2021 13:38:37 +0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ae3542fc2a313..4686e47b997cf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -99,7 +99,7 @@ Could not find artifact com.azure:sdk-build-tools:jar:1.0.0 in ossrh (https://os This is because the `sdk-build-tools` project isn't released to Maven. To resolve this issue you'll need to copy the `eng` folder locally then install `sdk-build-tools`. -`mvn clean install eng/code-quality-reports/pom.xml` +`mvn clean install -f eng/code-quality-reports/pom.xml` All code in the Azure SDKs for Java repository must pass Checkstyle before being merged. The `sdk-build-tools` is updated periodically, so if a new branch fails Checkstyle you'll need to reinstall.