code coverage excludes

This commit is contained in:
Kent Yao 2018-05-14 14:36:03 +08:00
parent 48b77c1982
commit 3c234b89f8

View File

@ -514,6 +514,11 @@
<goals>
<goal>report</goal>
</goals>
<configuration>
<excludes>
<exclude>org.apache.hive.service.cli.thrift.*</exclude>
</excludes>
</configuration>
</execution>
</executions>
</plugin>