Fix "FileNotFound" error for jacoco.exec and the path to the integration
[controller.git] / opendaylight / statisticsmanager / implementation / pom.xml
index 8be254e6b5eef24bae8eaf087289a81fbf3a851e..f3e3597c1df36e690a324b26ddec6dae961def3e 100644 (file)
@@ -21,7 +21,7 @@
     <!-- 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.reportpath>target/jacoco.exec</sonar.jacoco.reportpath>
     <sonar.jacoco.itReportPath>target/jacoco-it.exec</sonar.jacoco.itReportPath>
     <sonar.language>java</sonar.language>
   </properties>