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 7b2a82dd27 Modify distribution pom to include services (#12289)
7b2a82dd27 is described below

commit 7b2a82dd270b9fe23222e5e61f1805ad8843c664
Author: Gonzalo Ortiz Jaureguizar <[email protected]>
AuthorDate: Fri Jan 19 20:09:39 2024 +0100

    Modify distribution pom to include services (#12289)
---
 pinot-distribution/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pinot-distribution/pom.xml b/pinot-distribution/pom.xml
index ce171f0006..d3170b1953 100644
--- a/pinot-distribution/pom.xml
+++ b/pinot-distribution/pom.xml
@@ -164,8 +164,9 @@
               <goal>shade</goal>
             </goals>
             <configuration>
-              <transformers>
+              <transformers combine.self="override">
                 <transformer 
implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
+                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
               </transformers>
               <!--
               Usually in hadoop environment, there are multiple jars with 
different versions.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to