File tree 3 files changed +11
-14
lines changed
3 files changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -130,4 +130,4 @@ jobs:
130
130
java-version : 17
131
131
132
132
- name : sonar
133
- run : mvn sonar:sonar -Dsonar.projectKey=smallrye_smallrye -config -Dsonar.token=${{secrets.SONAR_TOKEN}}
133
+ run : mvn sonar:sonar -Psonar - Dsonar.projectKey=io.smallrye.config:smallrye -config -Dsonar.token=${{secrets.SONAR_TOKEN}}
Original file line number Diff line number Diff line change 1
1
:microprofile-config: https://github.com/eclipse/microprofile-config/
2
2
:ci: https://github.com/smallrye/smallrye-config/actions?query=workflow%3A%22SmallRye+Build%22
3
- :sonar: https://sonarcloud.io/dashboard?id=smallrye_smallrye -config
3
+ :sonar: https://sonarcloud.io/dashboard?id=io.smallrye.config%3Asmallrye -config
4
4
5
5
image:https://github.com/smallrye/smallrye-config/workflows/SmallRye%20Build/badge.svg?branch=main[link={ci}]
6
- image:https://sonarcloud.io/api/project_badges/measure?project=smallrye_smallrye -config&metric=alert_status["Quality Gate Status", link={sonar}]
6
+ image:https://sonarcloud.io/api/project_badges/measure?project=io.smallrye.config%3Asmallrye -config&metric=alert_status["Quality Gate Status", link={sonar}]
7
7
image:https://img.shields.io/github/license/smallrye/smallrye-config.svg["License", link="http://www.apache.org/licenses/LICENSE-2.0"]
8
8
image:https://img.shields.io/maven-central/v/io.smallrye.config/smallrye-config?color=green["Maven", link="https://search.maven.org/search?q=g:io.smallrye.config%20AND%20a:smallrye-config"]
9
9
Original file line number Diff line number Diff line change 149
149
<id >coverage</id >
150
150
<properties >
151
151
<argLine >@{jacocoArgLine}</argLine >
152
+ </properties >
153
+ <modules >
154
+ <module >coverage</module >
155
+ </modules >
156
+ </profile >
157
+ <profile >
158
+ <id >sonar</id >
159
+ <properties >
152
160
<!-- suppress UnresolvedMavenProperty -->
153
161
<sonar .coverage.jacoco.xmlReportPaths>
154
162
${maven.multiModuleProjectDirectory} /coverage/target/site/jacoco-aggregate/jacoco.xml
155
163
</sonar .coverage.jacoco.xmlReportPaths>
156
164
</properties >
157
- <build >
158
- <plugins >
159
- <plugin >
160
- <groupId >org.jacoco</groupId >
161
- <artifactId >jacoco-maven-plugin</artifactId >
162
- </plugin >
163
- </plugins >
164
- </build >
165
- <modules >
166
- <module >coverage</module >
167
- </modules >
168
165
</profile >
169
166
</profiles >
170
167
</project >
You can’t perform that action at this time.
0 commit comments