Change jacoco param name 68/101568/1
authorForsyth, James (jf2512) <jf2512@att.com>
Tue, 11 Feb 2020 22:43:32 +0000 (17:43 -0500)
committerForsyth, James (jf2512) <jf2512@att.com>
Tue, 11 Feb 2020 22:43:35 +0000 (17:43 -0500)
Issue-ID: AAI-2793
Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
Change-Id: I6c55eb225c0fe5123c9858015c328df6a0e64e7c

aai-core/pom.xml

index ccb1cc4..e5ba732 100644 (file)
@@ -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>