summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorpwielebs <piotr.wielebski@nokia.com>2018-05-17 17:02:30 +0200
committerpwielebs <piotr.wielebski@nokia.com>2018-05-18 10:37:51 +0200
commit4eb711602d54fcdbaeb544d60dfde89f81c2d817 (patch)
treec9fcac2f228d39d07a92da513a3c70edad53bddf /pom.xml
parent1e1468a8c7dcf86ff8104d4d1b7246b076c8d18d (diff)
Exclusion for auto-generated classes
Change-Id: I979f8a310c7bcf4192eb7fd7e8635eaf3953dfc0 Issue-ID: DCAEGEN2-451 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4b4d3698..d30fb0b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -324,6 +324,13 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/Immutable*</exclude>
+ <exclude>**/GsonAdapters*</exclude>
+ <exclude>**/*ForUnitTest*</exclude>
+ </excludes>
+ </configuration>
<executions>
<execution>
<id>default-prepare-agent</id>