diff options
Diffstat (limited to 'jacoco-report/pom.xml')
-rw-r--r-- | jacoco-report/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jacoco-report/pom.xml b/jacoco-report/pom.xml index b8f18e734f..68a9f55554 100644 --- a/jacoco-report/pom.xml +++ b/jacoco-report/pom.xml @@ -70,6 +70,7 @@ <exclude>org/onap/cps/ncmp/rest/controller/*MapperImpl.class</exclude> <exclude>org/onap/cps/rest/controller/*MapperImpl.class</exclude> <exclude>org/onap/cps/ncmp/api/impl/async/*MapperImpl.class</exclude> + <exclude>org/onap/cps/ncmp/rest/stub/*</exclude> </excludes> </configuration> <executions> |