diff options
author | Forsyth, James (jf2512) <jf2512@att.com> | 2020-02-11 17:43:32 -0500 |
---|---|---|
committer | Forsyth, James (jf2512) <jf2512@att.com> | 2020-02-11 17:43:35 -0500 |
commit | e16725e9bde5504104216e9c93d7fa9ba8a0da5d (patch) | |
tree | ef3754cae6f914010c244a5f17b40bb7e33da190 | |
parent | e8f29daffb4d315e31cd42dcd4ee43b1c9897c58 (diff) |
Change jacoco param name
Issue-ID: AAI-2793
Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
Change-Id: I6c55eb225c0fe5123c9858015c328df6a0e64e7c
-rw-r--r-- | aai-core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index ccb1cc4b..e5ba7329 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -39,7 +39,7 @@ <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.xmlReportPaths>${project.build.directory}/coverage-reports/jacoco.xml</sonar.jacoco.xmlReportPaths> + <sonar.coverage.jacoco.xmlReportPaths>${project.build.directory}/coverage-reports/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths> <sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero> <sonar.projectVersion>${project.version}</sonar.projectVersion> <httpclient.version>4.5.5</httpclient.version> |