We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf312f commit da7d055Copy full SHA for da7d055
pom.xml
@@ -295,7 +295,8 @@
295
<properties>
296
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
297
<sonar.organization>project-openubl</sonar.organization>
298
- <sonar.projectKey>project-openubl-${project.groupId}:${project.artifactId}</sonar.projectKey>
+ <sonar.projectKey>project-openubl_xbuilder</sonar.projectKey>
299
+ <sonar.moduleKey>${artifactId}</sonar.moduleKey>
300
<sonar.projectName>XBuilder</sonar.projectName>
301
</properties>
302
<build>
0 commit comments