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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user