From e7392fb38df2310db1fb434593c230ca82733d7c Mon Sep 17 00:00:00 2001 From: Aman Poonia Date: Tue, 13 Jan 2026 17:14:01 +0530 Subject: [PATCH 1/2] HBASE-29821 - Fix maven-source-plugin duplicate jar failure --- hbase-http/pom.xml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml index bcbcb4d5cbaf..bb0030f60d05 100644 --- a/hbase-http/pom.xml +++ b/hbase-http/pom.xml @@ -239,20 +239,6 @@ true - - - org.apache.maven.plugins - maven-source-plugin - - - - jar - test-jar - - package - - - maven-surefire-plugin From 771ffe9f376c08fdbee53a9f296dacc96a35c0c4 Mon Sep 17 00:00:00 2001 From: Aman Poonia Date: Wed, 14 Jan 2026 21:14:42 +0530 Subject: [PATCH 2/2] Remove unnecessary declarations --- hbase-hadoop2-compat/pom.xml | 5 ----- hbase-protocol/pom.xml | 5 ----- hbase-rsgroup/pom.xml | 5 ----- 3 files changed, 15 deletions(-) diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml index 941dca3c6086..4c34abe8e308 100644 --- a/hbase-hadoop2-compat/pom.xml +++ b/hbase-hadoop2-compat/pom.xml @@ -147,11 +147,6 @@ limitations under the License. - - - org.apache.maven.plugins - maven-source-plugin - maven-assembly-plugin diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml index 9d9bcb6139c0..ed7b9e7332cd 100644 --- a/hbase-protocol/pom.xml +++ b/hbase-protocol/pom.xml @@ -51,11 +51,6 @@ - - - org.apache.maven.plugins - maven-source-plugin - maven-assembly-plugin diff --git a/hbase-rsgroup/pom.xml b/hbase-rsgroup/pom.xml index 1ff92ba67450..3fef72cb6fbb 100644 --- a/hbase-rsgroup/pom.xml +++ b/hbase-rsgroup/pom.xml @@ -189,11 +189,6 @@ true - - - org.apache.maven.plugins - maven-source-plugin - org.xolstice.maven.plugins protobuf-maven-plugin