我正在使用 sonarqube5.6.1。
我有一个多模块项目,我正在使用以下命令运行声纳分析。
mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.1.1:sonar -Dsonar.host.url=http://bamboo.in.XXX.com:8085 -Dsonar.analysis.mode=publish -Dsonar.issuesReport.html.enable=true -Dsonar.dynamicAnalysis=false
但是代码覆盖率根本没有得到填充。
有人可以帮忙吗。我可以看到以下警告,不知道是不是这个原因。
[INFO] Process project properties
[WARNING] /!\ A multi-module project can't have source folders, so '/ssdd5/sameenud/dev/trunk/AAAA/BBBB/CCCC/DDDD/src/main/java' won't be used for the analysis. If you want to analyse files of this folder, you should create another sub-module and move them inside it.
我们的文件夹结构如下,
AAAA
--BBBB
pom.xml
---CCCC
pom.xml
---DDDD
pom.xml
我尝试手动编译它,但没有运气,同样的问题。