Skip to content
Snippets Groups Projects
Commit 35013fd8 authored by Zachary Sabourin's avatar Zachary Sabourin
Browse files

chore: Fix coverage report path in pom

Relates to eclipsefdn/it/api/eclipsefdn-project-adopters#212
parent 59135fab
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
<sonar.tests>src/test</sonar.tests>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.jacoco.reportPaths>${project.build.directory}/jacoco-report</sonar.jacoco.reportPaths>
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/target/jacoco-report/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<sonar.junit.reportPath>${project.build.directory}/surefire-reports</sonar.junit.reportPath>
<auto-value.version>1.10.4</auto-value.version>
<eclipse-api-version>0.9.5</eclipse-api-version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment