We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4df37 commit 88be6ddCopy full SHA for 88be6dd
1 file changed
pom.xml
@@ -17,6 +17,11 @@
17
<junit-jupiter.version>5.9.1</junit-jupiter.version>
18
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
19
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
20
+
21
+ <!-- SonarCloud configuration -->
22
+ <sonar.organization>daas</sonar.organization>
23
+ <sonar.projectKey>cvo0004_poolobject</sonar.projectKey>
24
+ <sonar.host.url>https://sonarcloud.io</sonar.host.url>
25
<sonar.coverage.jacoco.xmlReportPaths>${project.build.directory}/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
26
</properties>
27
0 commit comments