From a7c832236c71194d27fdf02fcd24a4972c79b0ab Mon Sep 17 00:00:00 2001 From: Hubert Van De Walle Date: Wed, 1 Jul 2020 16:35:06 +0200 Subject: [PATCH] Switch to maven shade plugin --- api/pom.xml | 48 +++++++++++++++++++++++++++++++++++++----------- 1 file changed, 37 insertions(+), 11 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 06de466..87e64aa 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -256,24 +256,50 @@ org.apache.maven.plugins - maven-assembly-plugin - 2.6 + maven-shade-plugin + 3.2.4 - make-assembly package - single + shade - - + true + + ${main.class} - - - - jar-with-dependencies - + + + + + io.ktor:ktor-client-* + + + + + org.jetbrains.kotlin:kotlin-reflect + + ** + + + + org.mariadb.jdbc:mariadb-java-client + + ** + + + + *:* + + META-INF/maven/** + META-INF/proguard/** + META-INF/native-image/** + META-INF/*.kotlin_module + + +