This is an automated email from the ASF dual-hosted git repository.
richardstartin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 7c54ca6 adding jacoco inclusive rule (#8361)
7c54ca6 is described below
commit 7c54ca6271e10eba8a7267ab8737d91ecb42550d
Author: Rong Rong <[email protected]>
AuthorDate: Thu Mar 17 02:17:16 2022 -0700
adding jacoco inclusive rule (#8361)
Co-authored-by: Rong Rong <[email protected]>
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index f56dbc9..a1f9900 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1612,6 +1612,11 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <includes>
+ <include>org/apache/pinot/**/*</include>
+ </includes>
+ </configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]