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 2021/09/11 08:36:56 UTC

[pinot] 01/01: fixing compatibility check for presto-pinot-driver

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

xiangfu pushed a commit to branch fixing-compatibility-check
in repository https://gitbox.apache.org/repos/asf/pinot.git

commit 5060e6d7853a01fa4b7c47cb4670f2dc532fbc1b
Author: Xiang Fu <xi...@gmail.com>
AuthorDate: Sat Sep 11 00:34:52 2021 -0700

    fixing compatibility check for presto-pinot-driver
---
 pinot-connectors/presto-pinot-driver/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pinot-connectors/presto-pinot-driver/pom.xml b/pinot-connectors/presto-pinot-driver/pom.xml
index abedb03..ab758f2 100644
--- a/pinot-connectors/presto-pinot-driver/pom.xml
+++ b/pinot-connectors/presto-pinot-driver/pom.xml
@@ -593,6 +593,12 @@
                                 <skipMain>true</skipMain>
                             </configuration>
                         </plugin>
+                        <plugin>
+                            <artifactId>maven-jar-plugin</artifactId>
+                            <configuration>
+                                <skip>true</skip>
+                            </configuration>
+                        </plugin>
                     </plugins>
                 </pluginManagement>
             </build>

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