diff options
author | Lusheng Ji <lji@research.att.com> | 2018-05-21 15:22:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-21 15:22:46 +0000 |
commit | 192ce2eaa233d66be616987169adf30bf73fd698 (patch) | |
tree | 2a32daa58591a0140c50da35d19b8d0acf212d88 /pom.xml | |
parent | 0a0ea1becceb6d02de90570789232f1ddb759ac1 (diff) | |
parent | 4eb711602d54fcdbaeb544d60dfde89f81c2d817 (diff) |
Merge "Exclusion for auto-generated classes"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |