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

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -