From 33a2ff64b6bae10948055bcf0d6a4300a17b7d19 Mon Sep 17 00:00:00 2001 From: ulysses-you Date: Tue, 11 Jan 2022 13:50:26 +0800 Subject: [PATCH] [KYUUBI #1721] Recover maven deplop plugin in all module ### _Why are the changes needed?_ Seems it no harmful push them to maven redundantly ### _How was this patch tested?_ Can see the 1.5.0-snapshot in https://repository.apache.org/content/groups/snapshots/org/apache/kyuubi/kyuubi-extension-spark-common_2.12/ Closes #1721 from ulysses-you/maven-deploy. Closes #1721 bcad87a7 [ulysses-you] recover Authored-by: ulysses-you Signed-off-by: Kent Yao --- dev/kyuubi-codecov/pom.xml | 8 -------- dev/kyuubi-extension-spark-common/pom.xml | 8 -------- externals/kyuubi-download/pom.xml | 8 -------- kyuubi-assembly/pom.xml | 12 ------------ 4 files changed, 36 deletions(-) diff --git a/dev/kyuubi-codecov/pom.xml b/dev/kyuubi-codecov/pom.xml index 9b63abff7..2b7660dc5 100644 --- a/dev/kyuubi-codecov/pom.xml +++ b/dev/kyuubi-codecov/pom.xml @@ -111,14 +111,6 @@ true - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - diff --git a/dev/kyuubi-extension-spark-common/pom.xml b/dev/kyuubi-extension-spark-common/pom.xml index c91293ee8..8d1362ce5 100644 --- a/dev/kyuubi-extension-spark-common/pom.xml +++ b/dev/kyuubi-extension-spark-common/pom.xml @@ -155,14 +155,6 @@ - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - diff --git a/externals/kyuubi-download/pom.xml b/externals/kyuubi-download/pom.xml index 229a6eac1..2be83118b 100644 --- a/externals/kyuubi-download/pom.xml +++ b/externals/kyuubi-download/pom.xml @@ -70,14 +70,6 @@ - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - diff --git a/kyuubi-assembly/pom.xml b/kyuubi-assembly/pom.xml index 8da24d564..0c50aae26 100644 --- a/kyuubi-assembly/pom.xml +++ b/kyuubi-assembly/pom.xml @@ -105,16 +105,4 @@ slf4j-log4j12 - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - -