Move 2 jacoco/sonar settings to commons pom for reuse.
[controller.git] / opendaylight / switchmanager / api / pom.xml
index 8452c38218a1a63790ba306a2a516f24d7bfc0da..bf6d1b7bda707c9cb909e6454b1fcb3c9eaf8ae1 100644 (file)
 
   <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>