sonarqube - FindBugs: please build project before running sonar -
i getting error
error: caused by: findbugs needs sources compiled. please build project before executing sonar , check location of compiled classes.
if run sonarrunner
sonarqube default profile java "sonar way" fine running using new rules contains findbugs
repository key causes issues. have tried use sonar.binaries=folder
of build classes not helping issue.
i ran because running sonar:sonar before install phase, , sources weren't compiled yet. running after fixed me.
Comments
Post a Comment