Reputation: 9816
In the "Code" section of the sonarqube web application all sub modules of a maven multi module project have the same name. Only when highlighted with the mouse a tooltip appears with the correct name of the module. Is there a way to show the correct sub module name? In every module pom.xml the correct <artifactID>
and module <name>
are set. We are using sonarqube 6.7
Upvotes: 2
Views: 1592
Reputation: 9816
As Julien H. indicated in his comment I found a parameter in the buildserver sonar start script which set the 'sonar.projectName' to a fixed value. After removing it, the correct names appeared within sonar.
Upvotes: 2