Move 2 jacoco/sonar settings to commons pom for reuse.
[controller.git] / opendaylight / statisticsmanager / implementation / pom.xml
index b79051ce58c38dc85a1d23709aa94d51292a7be8..5d82c5c5dbd19075f3e63729f725ea9bf5e071cd 100644 (file)
   <packaging>bundle</packaging>
   <properties>
     <!-- Sonar properties using jacoco to retrieve integration test results -->
-    <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
     <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
     <sonar.jacoco.reportpath>target/jacoco.exec</sonar.jacoco.reportpath>
     <sonar.jacoco.itReportPath>target/jacoco-it.exec</sonar.jacoco.itReportPath>
-    <sonar.language>java</sonar.language>
   </properties>
   <build>
     <pluginManagement>