Skip to content

Commit 6b5e643

Browse files
Sonar could config (#154)
1 parent ceb5d4d commit 6b5e643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
268268
<sonar.organization>project-openubl</sonar.organization>
269269
<sonar.projectKey>project-openubl_xbuilder</sonar.projectKey>
270-
<sonar.moduleKey>${artifactId}</sonar.moduleKey>
270+
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
271271
<sonar.projectName>XBuilder</sonar.projectName>
272272
</properties>
273273
<build>

0 commit comments

Comments
 (0)