Skip to content

Commit

Permalink
feat(build): make Sonar properties use the flexible Github Maven Prop…
Browse files Browse the repository at this point in the history
…erties for configuration
  • Loading branch information
poikilotherm committed Oct 18, 2024
1 parent 148e710 commit 8876e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,8 @@
<id>coverage</id>
<properties>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>gdcc</sonar.organization>
<sonar.projectKey>you-need-to-configure-this</sonar.projectKey>
<sonar.organization>${project.github.org}</sonar.organization>
<sonar.projectKey>${project.github.org}_${project.github.repo}</sonar.projectKey>
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
</properties>
Expand Down

0 comments on commit 8876e83

Please sign in to comment.