summaryrefslogtreecommitdiffstats
path: root/authz-test
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-test
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-test')
-rw-r--r--authz-test/pom.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/authz-test/pom.xml b/authz-test/pom.xml
index 17cb314f..e73cb341 100644
--- a/authz-test/pom.xml
+++ b/authz-test/pom.xml
@@ -53,7 +53,6 @@
<properties>
- <maven.test.failure.ignore>false</maven.test.failure.ignore>
<project.swmVersion>0</project.swmVersion>
<project.innoVersion>1.0.0-SNAPSHOT</project.innoVersion>
<project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>
@@ -62,7 +61,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>
@@ -134,7 +133,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <excludes>
+ <excludes>
<exclude>**/AAFJUnitTest.java</exclude>
</excludes>
</configuration>
@@ -188,9 +187,6 @@
<version>0.7.7.201606060606</version>
<configuration>
<dumpOnExit>true</dumpOnExit>
- <includes>
- <include>org.onap.aaf.*</include>
- </includes>
</configuration>
<executions>
<execution>