We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989a56d commit 96c0290Copy full SHA for 96c0290
.github/workflows/build.yml
@@ -130,4 +130,4 @@ jobs:
130
java-version: 17
131
132
- name: sonar
133
- 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}}
pom.xml
@@ -155,6 +155,8 @@
155
<id>sonar</id>
156
<properties>
157
<!--suppress UnresolvedMavenProperty -->
158
+ <sonar.projectKey>io.smallrye.config:smallrye-config</sonar.projectKey>
159
+ <sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
160
<sonar.coverage.jacoco.xmlReportPaths>
161
${maven.multiModuleProjectDirectory}/coverage/target/site/jacoco-aggregate/jacoco.xml
162
</sonar.coverage.jacoco.xmlReportPaths>
0 commit comments