Fix APPC sonar coverage 57/7757/2
authorMarcus G K Williams <marcus.williams@intel.com>
Wed, 16 Aug 2017 17:05:43 +0000 (10:05 -0700)
committerPatrick Brady <pb071s@att.com>
Wed, 16 Aug 2017 21:44:57 +0000 (21:44 +0000)
Issue-Id: APPC-156
Change-Id: Idccbf97538d05d173ebe74cef1442392c6a91486
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 317e78f..c1209f4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,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.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
+        <sonar.jacoco.reportPath>${project.build.directory}/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath>
         <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
         <sonar.projectVersion>${project.version}</sonar.projectVersion>
 
                     <artifactId>build-helper-maven-plugin</artifactId>
                     <version>1.9.1</version>
                 </plugin>
-                <!-- SonarQube plugin -->
-                <plugin>
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>sonar-maven-plugin</artifactId>
-                    <version>3.2</version>
-                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>