From 1ef8e73ab5ef6ea72297bed35ecc1f0f0703c46f Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Tue, 24 Jan 2023 18:58:58 +0100 Subject: Revert "Bjorncs/bundle cleanup [run-systemtest]" (#25713) --- filedistribution/CMakeLists.txt | 1 + filedistribution/pom.xml | 23 ++++++++++++++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) (limited to 'filedistribution') diff --git a/filedistribution/CMakeLists.txt b/filedistribution/CMakeLists.txt index 05c9ec571fb..73c581c0b7f 100644 --- a/filedistribution/CMakeLists.txt +++ b/filedistribution/CMakeLists.txt @@ -1 +1,2 @@ # Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +install_jar(filedistribution-jar-with-dependencies.jar) diff --git a/filedistribution/pom.xml b/filedistribution/pom.xml index a2dd5081c48..6485919b14b 100644 --- a/filedistribution/pom.xml +++ b/filedistribution/pom.xml @@ -14,7 +14,7 @@ filedistribution 8-SNAPSHOT - jar + container-plugin ${project.artifactId} @@ -55,10 +55,31 @@ + + com.yahoo.vespa + bundle-plugin + true + org.apache.maven.plugins maven-compiler-plugin + + org.apache.maven.plugins + maven-shade-plugin + + ${project.artifactId}-jar-with-dependencies + false + + + + package + + shade + + + + -- cgit v1.2.3