diff options
author | Taka Cho <takamune.cho@att.com> | 2020-01-09 16:06:13 -0500 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2020-01-09 16:06:47 -0500 |
commit | 2f0066f1284eea8f3570d904e02f417cc43d315a (patch) | |
tree | c35c94dcce9c67d046044ab3a7da3a6d41843c8e | |
parent | 226606f0ac152a01f55964d1a4764b55ae38d387 (diff) |
pick from jacoco.xml
part 1: fix APPC's pom file
Issue-ID: APPC-1808
Change-Id: I4bc0caf34f5861d6597181fa003ef4ff2af18c52
Signed-off-by: Taka Cho <takamune.cho@att.com>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -67,9 +67,9 @@ limitations under the License. <!-- SONAR --> <sonar.language>java</sonar.language> - <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> - <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath> - <sonar.jacoco.reportPath>${project.build.directory}/code-coverage/jacoco.exec</sonar.jacoco.reportPath> + <sonar.coverage.jacoco.xmlReportPaths> + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + </sonar.coverage.jacoco.xmlReportPaths> <sonar.projectVersion>${project.version}</sonar.projectVersion> <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> |