私は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
手動でコンパイルしてみましたが、うまくいきませんでした。同じ問題です。