Hi,
I’m running analysis in my organization by performing the following mvn command in my project’s Jenkinsfile.
mvn sonar:sonar \
-Dsonar.host.url=$SONAR_HOST_URL \
-Dsonar.login=$SONAR_AUTH_TOKEN \
-Dsonar.branch.name=${BRANCH_NAME} \
-Dsonar.projectVersion=${BUILD_DISPLAY_NAME}
I am using SonarQube Version 8.2 (build 32929) Developer Edition.
I recall when I used SQ on a different maven project, that SQ would include issue filtering by module, but it is missing on my current project as you can in the screenshot.
Am I missing something in my configuration?