Can not execute Findbugs Caused by: This project contains Java source files that are not compiled

前端 未结 3 745
北恋
北恋 2021-02-07 03:45

I am currently using the sonarqube server 5.6 with scanner 2.6.1 and I keep getting errors during analysis for a java project. It appears to complain about some java files not c

3条回答
  •  忘了有多久
    2021-02-07 04:35

    It works for me after defining :

    sonar.java.binaries=[YOUR_BUILD_DIR] (target/classes)
    

    seen in :

    https://github.com/SonarQubeCommunity/sonar-findbugs/issues/49

提交回复
热议问题