diff options
Diffstat (limited to 'cps-events/pom.xml')
-rw-r--r-- | cps-events/pom.xml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/cps-events/pom.xml b/cps-events/pom.xml index 3dc5f1e0ac..6f51479bb0 100644 --- a/cps-events/pom.xml +++ b/cps-events/pom.xml @@ -62,16 +62,7 @@ <serializable>true</serializable> </configuration> </plugin> - <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <configuration> - <excludes> - <exclude>org/onap/cps/event/model/*</exclude> - </excludes> - </configuration> - </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |