From dd191a0462d2f1511ebd58e21cfd13fd237248fe Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Fri, 16 Jan 2026 11:21:26 +0200 Subject: [PATCH 1/2] [fix][build] Fix IntelliJ build after Jetty 12 upgrade --- .../zookeeper-with-patched-admin/pom.xml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/jetty-upgrade/zookeeper-with-patched-admin/pom.xml b/jetty-upgrade/zookeeper-with-patched-admin/pom.xml index bf309c74b5da3..69ac538b616b1 100644 --- a/jetty-upgrade/zookeeper-with-patched-admin/pom.xml +++ b/jetty-upgrade/zookeeper-with-patched-admin/pom.xml @@ -67,6 +67,28 @@ + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-shade-jar + package + + attach-artifact + + + + + ${project.build.directory}/${project.build.finalName}.jar + jar + shaded + + + + + + org.apache.maven.plugins maven-shade-plugin @@ -84,6 +106,10 @@ org.apache.zookeeper:zookeeper + + + org.apache.pulsar:zookeeper-with-patched-admin + From ee8cd6013cb57c768586eba5ae2f8528abf3f9a8 Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Fri, 16 Jan 2026 12:11:31 +0200 Subject: [PATCH 2/2] Revisit solution to fix build --- .../zookeeper-with-patched-admin/pom.xml | 65 +++++++++++-------- 1 file changed, 39 insertions(+), 26 deletions(-) diff --git a/jetty-upgrade/zookeeper-with-patched-admin/pom.xml b/jetty-upgrade/zookeeper-with-patched-admin/pom.xml index 69ac538b616b1..6160be5398599 100644 --- a/jetty-upgrade/zookeeper-with-patched-admin/pom.xml +++ b/jetty-upgrade/zookeeper-with-patched-admin/pom.xml @@ -67,28 +67,6 @@ - - org.codehaus.mojo - build-helper-maven-plugin - - - attach-shade-jar - package - - attach-artifact - - - - - ${project.build.directory}/${project.build.finalName}.jar - jar - shaded - - - - - - org.apache.maven.plugins maven-shade-plugin @@ -106,10 +84,6 @@ org.apache.zookeeper:zookeeper - - - org.apache.pulsar:zookeeper-with-patched-admin - @@ -128,4 +102,43 @@ + + + + intellij + + + idea.maven.embedder.version + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-shade-jar + package + + attach-artifact + + + + + ${project.build.directory}/${project.build.finalName}.jar + jar + shaded + + + + + + + + + + \ No newline at end of file