diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-07 16:44:11 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-09-07 16:44:52 -0400 |
commit | 6042ff29f5f1f00b537f4b92e7aeeded13810545 (patch) | |
tree | b316939d4c30b02ed61463fca467ede9baf511da | |
parent | 9a85ac8b63fc40db36e8a1385f7e607703392689 (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.xml | 3 |
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> |