Skip to content

Commit

Permalink
fixed wrong default reporting path as this variable already contains …
Browse files Browse the repository at this point in the history
…target
  • Loading branch information
sruehl committed Jan 12, 2018
1 parent b8c0b06 commit e596961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -82,8 +82,8 @@
<!-- Exclude all generated code -->
<sonar.exclusions>file:**/generated-sources/**</sonar.exclusions>
<!-- Tell sonar where the coverage reports are located -->
<sonar.jacoco.reportPath>${project.build.directory}/target/coverage-reports/jacoco-ut.exec</sonar.jacoco.reportPath>
<sonar.jacoco.itReportPath>${project.build.directory}/target/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath>
<sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco-ut.exec</sonar.jacoco.reportPath>
<sonar.jacoco.itReportPath>${project.build.directory}/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath>

<junit-platform.version>1.0.2</junit-platform.version>
<junit-jupiter.version>5.0.2</junit-jupiter.version>
Expand Down

0 comments on commit e596961

Please sign in to comment.