From 43a5ab35b4dfd0f4c5dd2bdbbc241345938d3142 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Tue, 10 Jan 2023 17:35:00 +0100 Subject: Don't embed JARs installed in lib/jars Define installed JARs in vespa-3party-jars. Add bundle-plugin goal wrapping maven-shade-plugin's DefaultShader that excludes installed JARs and lists them in manifest's Class-Path instead. --- zookeeper-command-line-client/pom.xml | 35 +++++++++++++++-------------------- 1 file changed, 15 insertions(+), 20 deletions(-) (limited to 'zookeeper-command-line-client/pom.xml') diff --git a/zookeeper-command-line-client/pom.xml b/zookeeper-command-line-client/pom.xml index ae3f5b3bfa1..7bbbf33a62f 100644 --- a/zookeeper-command-line-client/pom.xml +++ b/zookeeper-command-line-client/pom.xml @@ -63,27 +63,22 @@ - maven-assembly-plugin + org.apache.maven.plugins + maven-install-plugin + true + + + com.yahoo.vespa + bundle-plugin + + + package + assemble-fat-jar + + - - - com.yahoo.vespa.zookeeper.cli.Main - - - - jar-with-dependencies - - - - - make-assembly - package - - - single - - - + com.yahoo.vespa.zookeeper.cli.Main + -- cgit v1.2.3