diff --git a/jetty-upgrade/zookeeper-with-patched-admin/pom.xml b/jetty-upgrade/zookeeper-with-patched-admin/pom.xml index bf309c74b5da3..6160be5398599 100644 --- a/jetty-upgrade/zookeeper-with-patched-admin/pom.xml +++ b/jetty-upgrade/zookeeper-with-patched-admin/pom.xml @@ -102,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