diff options
Diffstat (limited to 'authz-batch/pom.xml')
-rw-r--r-- | authz-batch/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/authz-batch/pom.xml b/authz-batch/pom.xml index 89af59bd..af456a33 100644 --- a/authz-batch/pom.xml +++ b/authz-batch/pom.xml @@ -34,6 +34,7 @@ </developers> <properties> + <maven.test.failure.ignore>false</maven.test.failure.ignore> <project.swmVersion>1</project.swmVersion> <project.interfaceVersion>1.0.0-SNAPSHOT</project.interfaceVersion> <project.innoVersion>1.0.0-SNAPSHOT</project.innoVersion> @@ -46,7 +47,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> @@ -219,6 +220,9 @@ <version>0.7.7.201606060606</version> <configuration> <dumpOnExit>true</dumpOnExit> + <includes> + <include>org.onap.aaf.*</include> + </includes> </configuration> <executions> <execution> |