Skip to content

Commit 61ac1c5

Browse files
committed
chore: Add sonarcloud properties
1 parent ffe88a6 commit 61ac1c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

module/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@
7777
<checkstyle.config.location>../../config/checkstyle.xml</checkstyle.config.location>
7878
<pmd.config.location>../../config/pmd-ruleset.xml</pmd.config.location>
7979
<jacoco.minimum.coverage>0.40</jacoco.minimum.coverage>
80+
81+
<sonar.organization>jsonurl</sonar.organization>
82+
<sonar.projectName>JSON->URL Java Artifacts</sonar.projectName>
83+
<sonar.java.checkstyle.reportPaths>target/checkstyle-result.xml</sonar.java.checkstyle.reportPaths>
84+
<sonar.java.pmd.reportPaths>target/pmd.xml</sonar.java.pmd.reportPaths>
85+
<sonar.junit.reportPaths>**/surefire-reports/*.xml</sonar.junit.reportPaths>
8086
<sonar.coverage.jacoco.xmlReportPaths>${basedir}/target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
8187
</properties>
8288

0 commit comments

Comments
 (0)