Update SonarCloud integration to use Maven plugin

Replaced Sonar Scanner CLI with Maven Sonar plugin in the CI workflow for better integration and simplicity. Added SonarCloud configuration properties to `pom.xml` for centralized management. This streamlines the setup and ensures consistency across the project.
This commit is contained in:
2025-04-22 07:01:42 +02:00
parent ead7dc7de2
commit c3b4a721f3
2 changed files with 6 additions and 13 deletions
+4
View File
@@ -39,6 +39,10 @@
<slf4j.version>2.0.17</slf4j.version>
<logback-classic.version>1.5.18</logback-classic.version>
<junit5.version>5.11.4</junit5.version>
<!-- sonarqube -->
<sonar.organization>thischwa</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>
<scm>