We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516b4b3 commit 29dfed7Copy full SHA for 29dfed7
1 file changed
pom.xml
@@ -142,7 +142,7 @@
142
<sonar.organization>mahdiabirez</sonar.organization>
143
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
144
<sonar.projectKey>mahdiabirez_commons-csv</sonar.projectKey>
145
- <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
+ <sonar.coverage.jacoco.xmlReportPaths>${project.build.directory}/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
146
<checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties</checkstyle.resourceExcludes>
147
</properties>
148
<build>
0 commit comments