Sonar scanner can't use Java custome rule

And I find this way to solve this

Configuration of parameter sonar.java.libraries when launched from Jenkins - Stack Overflow

Commons-lang StringUtils isNotBlank method still raise NPE - Clean Code / Report False-positive / False-negative… - Sonar Community (sonarsource.com)

At last, I add sonar.java.libraries with my maven repository , and it works.

sonar.java.libraries=D:\\env\\mvnRepo