From b73b838839118447104f3e8071a43b7a64cfe07c Mon Sep 17 00:00:00 2001 From: Luca Vassallo Date: Fri, 22 Nov 2024 11:58:40 +0100 Subject: [PATCH 1/2] Update shade maven plugin to the latest version and add minimizeJar properties to reduce the size of the generated jar Signed-off-by: Luca Vassallo --- benchmark/pom.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/benchmark/pom.xml b/benchmark/pom.xml index d09dfd58..4504e05c 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -91,7 +91,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.4.0 + 3.6.0 package @@ -122,6 +122,7 @@ org.scala-lang.modules:scala-java8-compat_2.13:* + ${minimize} @@ -151,4 +152,23 @@ + + + default + + true + + + false + + + + blazemeter + + true + + + + + From 9a391c13013098dd694581257f829f27aaa9f1a1 Mon Sep 17 00:00:00 2001 From: Luca Vassallo Date: Tue, 26 Nov 2024 15:39:41 +0100 Subject: [PATCH 2/2] Remove the profile and add minimized to true Signed-off-by: Luca Vassallo --- benchmark/pom.xml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 4504e05c..5fef1f2e 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -122,7 +122,7 @@ org.scala-lang.modules:scala-java8-compat_2.13:* - ${minimize} + true @@ -152,23 +152,4 @@ - - - default - - true - - - false - - - - blazemeter - - true - - - - -