Clean JaCoCo and Sonar configuration 95/8595/1
authorMarek Gradzki <mgradzki@cisco.com>
Fri, 29 Sep 2017 08:36:17 +0000 (10:36 +0200)
committerMarek Gradzki <mgradzki@cisco.com>
Fri, 29 Sep 2017 09:44:54 +0000 (11:44 +0200)
Remove unused and obsolete values from
honeycomb-parent's pom.

Change-Id: I520a1b69169db6778787bae9ac8d4092a9078e4f
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
common/honeycomb-parent/pom.xml

index 25ed6c7..4488f11 100644 (file)
         <nexusproxy>http://nexus.fd.io/content</nexusproxy>
         <odl.nexusproxy>https://nexus.opendaylight.org/content</odl.nexusproxy>
 
-        <!-- Default Sonar configuration -->
-        <sonar-jacoco-listeners.version>2.4</sonar-jacoco-listeners.version>
-        <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
-        <sonar.jacoco.reportPath>target/code-coverage/jacoco.exec</sonar.jacoco.reportPath>
-        <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
+        <!-- Sonar configuration -->
         <!-- Note: This list should match jacoco-maven-plugin's exclusion list below -->
         <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**</sonar.exclusions>
 
                             <goals>
                                 <goal>prepare-agent</goal>
                             </goals>
-                            <configuration>
-                                <destFile>${sonar.jacoco.reportPath}</destFile>
-                            </configuration>
                         </execution>
                         <execution>
                             <id>post-unit-test</id>
                             <goals>
                                 <goal>report</goal>
                             </goals>
-                            <configuration>
-                                <dataFile>${sonar.jacoco.reportPath}</dataFile>
-                            </configuration>
                         </execution>
                     </executions>
                     <configuration>