diff options
Diffstat (limited to 'authz-cass')
-rw-r--r-- | authz-cass/pom.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/authz-cass/pom.xml b/authz-cass/pom.xml index 7c99385e..0a2494d2 100644 --- a/authz-cass/pom.xml +++ b/authz-cass/pom.xml @@ -58,7 +58,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>true</sonar.jacoco.reportMissing.force.zero>
+ <sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
<sonar.projectVersion>${project.version}</sonar.projectVersion>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
@@ -167,9 +167,6 @@ <version>0.7.7.201606060606</version>
<configuration>
<dumpOnExit>true</dumpOnExit>
- <includes>
- <include>org.onap.aaf.*</include>
- </includes>
</configuration>
<executions>
<execution>
|