From 8a073b1333f8919d24e10cf43274565d349cbb71 Mon Sep 17 00:00:00 2001 From: Nihal Jain Date: Thu, 17 Oct 2024 18:02:25 +0530 Subject: [PATCH] HBASE-28921 Skip bundling hbase-webapps folder in jars --- hbase-rest/pom.xml | 9 +++++++++ hbase-server/pom.xml | 1 + hbase-thrift/pom.xml | 9 +++++++++ 3 files changed, 19 insertions(+) diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index cf629b62991a..734f8db0b5be 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -289,6 +289,15 @@ true + + org.apache.maven.plugins + maven-jar-plugin + + + **/hbase-webapps/** + + + org.apache.maven.plugins diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 92b696d2feca..cb47a8ea7df0 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -453,6 +453,7 @@ log4j.properties mapred-queues.xml mapred-site.xml + **/hbase-webapps/** diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index b75b288c8789..fd21b18db5cf 100644 --- a/hbase-thrift/pom.xml +++ b/hbase-thrift/pom.xml @@ -194,6 +194,15 @@ true + + org.apache.maven.plugins + maven-jar-plugin + + + **/hbase-webapps/** + + + maven-antrun-plugin