summaryrefslogtreecommitdiffstats
path: root/cass/pom.xml
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-10-01 13:37:12 +0000
committersg481n <sg481n@att.com>2017-10-01 13:37:17 +0000
commit74f2667fafe4c9cf2567b8764204f32ebb10f173 (patch)
treeed38405ac989f245d1870b5eb225173690a09398 /cass/pom.xml
parentaed14fb5d139af3a71a916331d97a2dfde904e06 (diff)
Improve code coverage for aaf cadi modules
Issue-ID: AAF-79 Change-Id: Iddb91a7d72b7ef8a246b81b0111feda59d82d56d Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'cass/pom.xml')
-rw-r--r--cass/pom.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/cass/pom.xml b/cass/pom.xml
index 6e07ded..df97868 100644
--- a/cass/pom.xml
+++ b/cass/pom.xml
@@ -42,7 +42,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>
@@ -129,9 +129,6 @@
<version>0.7.7.201606060606</version>
<configuration>
<dumpOnExit>true</dumpOnExit>
- <includes>
- <include>org.onap.aaf.*</include>
- </includes>
</configuration>
<executions>
<execution>