summaryrefslogtreecommitdiffstats
path: root/authz-client/pom.xml
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-09-29 01:12:16 +0000
committersg481n <sg481n@att.com>2017-09-29 01:12:23 +0000
commit92685f23e7f89624bee32be0324fbe17f18ede09 (patch)
tree6a463a699b36e16bbb7f0310d75567f19f9c70f6 /authz-client/pom.xml
parent792e4228d250c7c572df0ef39a5ea92a2500db58 (diff)
Improve aaf sonar code coverage
Issue-id: AAF-79 Change-Id: I0538a55ec48d8198bfd7a8b3b8151f29d6574c66 Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'authz-client/pom.xml')
-rw-r--r--authz-client/pom.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/authz-client/pom.xml b/authz-client/pom.xml
index 6e822e00..ae69cb63 100644
--- a/authz-client/pom.xml
+++ b/authz-client/pom.xml
@@ -60,14 +60,13 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<swm-distFiles-path>/opt/app/aft/${project.artifactId}/${project.version}</swm-distFiles-path>
- <maven.test.failure.ignore>true</maven.test.failure.ignore>
<project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>
<sonar.language>java</sonar.language>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<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>
@@ -196,9 +195,6 @@
<version>0.7.7.201606060606</version>
<configuration>
<dumpOnExit>true</dumpOnExit>
- <includes>
- <include>org.onap.aaf.*</include>
- </includes>
</configuration>
<executions>
<execution>