Update SonarQube project key and simplify CI script

Updated the SonarQube project key in `pom.xml` to reflect the new naming convention. Simplified the CI script by removing redundant project key specification, ensuring consistency and maintainability.
This commit is contained in:
2025-04-22 07:45:45 +02:00
parent 51a93e36b8
commit 6606030090
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
<sonar.organization>thischwa</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.sourceEncoding>${file.encoding}</sonar.sourceEncoding>
<sonar.projectKey>codes.thischwa:cloudflaredns</sonar.projectKey>
<sonar.projectKey>thischwa_CloudflareDNS-java</sonar.projectKey>
<sonar.projectName>CloudflareDNS-java</sonar.projectName>
<sonar.branch.name>develop</sonar.branch.name>
</properties>