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 862e8d94f00ba5d5e26d5eb6d1fa0488d0dbc10d Author: Xiang Fu <xiangfu.1...@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 | 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