Skip to content

Commit da7d055

Browse files
Fix sonar (#131)
* Fix sonar * Fix sonar
1 parent adf312f commit da7d055

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,8 @@
295295
<properties>
296296
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
297297
<sonar.organization>project-openubl</sonar.organization>
298-
<sonar.projectKey>project-openubl-${project.groupId}:${project.artifactId}</sonar.projectKey>
298+
<sonar.projectKey>project-openubl_xbuilder</sonar.projectKey>
299+
<sonar.moduleKey>${artifactId}</sonar.moduleKey>
299300
<sonar.projectName>XBuilder</sonar.projectName>
300301
</properties>
301302
<build>

0 commit comments

Comments
 (0)