File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments