Add SonarCloud project configuration to pom.xml

Included project key, name, and branch for SonarCloud integration. This enables better tracking and analysis of code quality on the develop branch.
This commit is contained in:
2025-04-22 07:36:47 +02:00
parent 7873b239e3
commit 51a93e36b8
+3
View File
@@ -44,6 +44,9 @@
<sonar.organization>thischwa</sonar.organization> <sonar.organization>thischwa</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url> <sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.sourceEncoding>${file.encoding}</sonar.sourceEncoding> <sonar.sourceEncoding>${file.encoding}</sonar.sourceEncoding>
<sonar.projectKey>codes.thischwa:cloudflaredns</sonar.projectKey>
<sonar.projectName>CloudflareDNS-java</sonar.projectName>
<sonar.branch.name>develop</sonar.branch.name>
</properties> </properties>
<scm> <scm>