summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-05-21 15:22:46 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-21 15:22:46 +0000
commit192ce2eaa233d66be616987169adf30bf73fd698 (patch)
tree2a32daa58591a0140c50da35d19b8d0acf212d88 /pom.xml
parent0a0ea1becceb6d02de90570789232f1ddb759ac1 (diff)
parent4eb711602d54fcdbaeb544d60dfde89f81c2d817 (diff)
Merge "Exclusion for auto-generated classes"
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>