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

mcvsubbu 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 ffcf9b9  fixing compatibility check for presto-pinot-driver (#7423)
ffcf9b9 is described below

commit ffcf9b991431067c834bd4fb56fd7641c7fec172
Author: Xiang Fu <xiangfu.1...@gmail.com>
AuthorDate: Sun Sep 12 09:53:24 2021 -0700

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

diff --git a/pinot-connectors/presto-pinot-driver/pom.xml 
b/pinot-connectors/presto-pinot-driver/pom.xml
index abedb03..3e8b29a 100644
--- a/pinot-connectors/presto-pinot-driver/pom.xml
+++ b/pinot-connectors/presto-pinot-driver/pom.xml
@@ -593,6 +593,22 @@
                                 <skipMain>true</skipMain>
                             </configuration>
                         </plugin>
+                        <plugin>
+                            <artifactId>maven-jar-plugin</artifactId>
+                            <configuration>
+                                <skip>true</skip>
+                            </configuration>
+                            <executions>
+                                <execution>
+                                    <id>default-jar</id>
+                                    <phase>none</phase>
+                                </execution>
+                                <execution>
+                                    <id>test-jar</id>
+                                    <phase>none</phase>
+                                </execution>
+                            </executions>
+                        </plugin>
                     </plugins>
                 </pluginManagement>
             </build>

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

Reply via email to