Skip to content

Commit

Permalink
#475 use groupId:artifactId as moduleKey for sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkMahler committed Jul 12, 2024
1 parent 099e184 commit d7d74a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@
<properties>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>jqassistant</sonar.organization>
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
<sonar.coverage.jacoco.xmlReportPaths>${project.build.directory}/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
</properties>
<build>
Expand Down

0 comments on commit d7d74a9

Please sign in to comment.