From caf37aca0ad0e27159f62076bf6e85e730a45539 Mon Sep 17 00:00:00 2001 From: jonathan zollinger Date: Tue, 18 Jun 2024 23:36:10 -0600 Subject: [PATCH] fix(build): disable maven shade plugin this configures compiled jar to be not-a-fat-jar Signed-off-by: jonathan zollinger --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 9e91e97..1fe91fa 100644 --- a/pom.xml +++ b/pom.xml @@ -131,6 +131,12 @@ + + maven-shade-plugin + + true + + io.micronaut.maven micronaut-maven-plugin