java - SonarQube Findbugs "needs sources to be compiled" -
i trying sonarqube findbugs working, when try run error: "findbugs needs sources compiled. please build project before executing sonar , check location of compiled classes."
sonar.sources set folder of src files , sonar.binaries set folder of class , jar files. layout works findbugs 1 of projects, on other above error.
this debug error provided when findbugs not run: http://pastie.org/9483921
how can fix this, , there folder findbugs needs classes/jars in work?
thanks.
add property
sonar.binaries=${workspace}/proy/build/
to sonar configuration. if ar using several proyects build, use coma separed.
Comments
Post a Comment