diff options
Diffstat (limited to 'authz-test/pom.xml')
-rw-r--r-- | authz-test/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/authz-test/pom.xml b/authz-test/pom.xml index 734bd87e..6b8b5882 100644 --- a/authz-test/pom.xml +++ b/authz-test/pom.xml @@ -62,7 +62,7 @@ <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.itReportPath>${project.build.directory}/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath>
- <sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
+ <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
<sonar.projectVersion>${project.version}</sonar.projectVersion>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
|