You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2022/09/01 19:46:34 UTC

[pinot] branch master updated: Include fmpp plugin module inside the src as it's required for building source code (#9321)

This is an automated email from the ASF dual-hosted git repository.

xiangfu 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 e5ad87c7af Include fmpp plugin module inside the src as it's required for building source code (#9321)
e5ad87c7af is described below

commit e5ad87c7af1049785990f519c8c0961e843ceb5a
Author: Xiang Fu <xi...@gmail.com>
AuthorDate: Thu Sep 1 12:46:28 2022 -0700

    Include fmpp plugin module inside the src as it's required for building source code (#9321)
---
 pinot-distribution/pinot-source-assembly.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pinot-distribution/pinot-source-assembly.xml b/pinot-distribution/pinot-source-assembly.xml
index 6fdec82c7f..6e9c45099e 100644
--- a/pinot-distribution/pinot-source-assembly.xml
+++ b/pinot-distribution/pinot-source-assembly.xml
@@ -53,7 +53,7 @@
         <!-- Do not include docker, kubernetes related files -->
         <exclude>kubernetes/**</exclude>
         <exclude>docker/**</exclude>
-        <exclude>contrib/**</exclude>
+        <exclude>contrib/pinot-druid-benchmark/**</exclude>
         <exclude>thirdeye/**</exclude>
       </excludes>
     </fileSet>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org