Skip to content

Commit

Permalink
Sonar properties
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed May 16, 2024
1 parent 989a56d commit 96c0290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ jobs:
java-version: 17

- name: sonar
run: mvn sonar:sonar -Psonar -Dsonar.projectKey=io.smallrye.config:smallrye-config -Dsonar.token=${{secrets.SONAR_TOKEN}}
run: mvn sonar:sonar -Psonar -Dsonar.token=${{secrets.SONAR_TOKEN}}
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@
<id>sonar</id>
<properties>
<!--suppress UnresolvedMavenProperty -->
<sonar.projectKey>io.smallrye.config:smallrye-config</sonar.projectKey>
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
<sonar.coverage.jacoco.xmlReportPaths>
${maven.multiModuleProjectDirectory}/coverage/target/site/jacoco-aggregate/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
Expand Down

0 comments on commit 96c0290

Please sign in to comment.