aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-09-07 16:44:11 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-09-07 16:44:52 -0400
commit6042ff29f5f1f00b537f4b92e7aeeded13810545 (patch)
treeb316939d4c30b02ed61463fca467ede9baf511da
parent9a85ac8b63fc40db36e8a1385f7e607703392689 (diff)
Exclude the domain package from the jacoco
Issue-ID: AAI-270 Change-Id: I0c5d6e75bbdc75813fda31e8ede63dbada753012 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-rw-r--r--aai-core/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml
index e7a4b92b..3fa131f7 100644
--- a/aai-core/pom.xml
+++ b/aai-core/pom.xml
@@ -455,6 +455,9 @@
<version>0.7.7.201606060606</version>
<configuration>
<dumpOnExit>true</dumpOnExit>
+ <excludes>
+ <exclude>**/domain/**</exclude>
+ </excludes>
</configuration>
<executions>
<execution>