Report Issues per Module for a Multi-Module Maven Project

  • The version of SonarQube: 9.2.4.50792
  • A way to report issues per module for a multi-module maven project
  • When a multi-module maven project is analyzed, the results do not have any filters to report the issues per each module. Is there a way to view the issues per module?

Hey there.

Today, there is not. Hopefully someday SONAR-12771 is implemented, which would allow you to filter to all issues in a directory (which usually maps neatly to modules). I’ve linked your thread to that ticket as as sign of support.

Hi,

had the requirement to have one Sonarqube project per submodule for specific reasons.
Maybe this helps

Gilbert