summaryrefslogtreecommitdiffstats
path: root/jacoco-report/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jacoco-report/pom.xml')
-rw-r--r--jacoco-report/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/jacoco-report/pom.xml b/jacoco-report/pom.xml
index 1ac65e2de..9dbd89694 100644
--- a/jacoco-report/pom.xml
+++ b/jacoco-report/pom.xml
@@ -65,25 +65,8 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <configuration>
- <!--All exclusions below are referring to generated code-->
- <excludes>
- <exclude>org/onap/cps/event/model/*</exclude>
- <exclude>org/onap/cps/rest/model/*</exclude>
- <exclude>org/onap/cps/cpspath/parser/antlr4/*</exclude>
- <exclude>org/onap/cps/ncmp/rest/model/*</exclude>
- <exclude>org/onap/cps/**/*MapperImpl.class</exclude>
- <exclude>org/onap/cps/ncmp/rest/stub/*</exclude>
- </excludes>
- </configuration>
<executions>
<execution>
- <id>default-prepare-agent</id>
- <goals>
- <goal>prepare-agent</goal>
- </goals>
- </execution>
- <execution>
<id>report</id>
<goals>
<goal>report-aggregate</goal>