From ee6c1d9e760b3c7eaf4b5ae9a85825e6d8168d0c Mon Sep 17 00:00:00 2001 From: Yauhenikapl Date: Fri, 28 Mar 2025 17:24:32 +0300 Subject: [PATCH] Rollback maven-shade-plugin --- tools/samm-cli/pom.xml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/tools/samm-cli/pom.xml b/tools/samm-cli/pom.xml index 6ff7889f0..1e29e3b5f 100644 --- a/tools/samm-cli/pom.xml +++ b/tools/samm-cli/pom.xml @@ -32,7 +32,7 @@ org.eclipse.esmf.SammCli samm false - true + false false false @@ -298,6 +298,14 @@ org.apache.maven.plugins maven-jar-plugin + 3.2.2 + + + + ${main-class} + + + @@ -319,6 +327,28 @@ + + org.apache.maven.plugins + maven-shade-plugin + 3.5.0 + + + package + + shade + + + false + + + ${main-class} + + + + + + + org.apache.maven.plugins maven-source-plugin