各位大神们,最近研究sonar,用的是findbugs的规则扫描的是maven项目,总是提示子项目未编译,但其实在分析之前已经编译过,而且该项目只有一个模块。
sonar版本为6.0,用的sonar-runner2.4版本
如下提示:
ERROR: Caused by: One (sub)project contains Java source files that are not compiled (D:\test).
ERROR:
ERROR: To see the full stack trace of the errors, re-run SonarQube Runner with the -e switch.
ERROR: Re-run SonarQube Runner using the -X switch to enable full debug logging.