From 2c6e0b4008c1edf2eede19f9f3eee003363e0829 Mon Sep 17 00:00:00 2001 From: LSmyrnaios Date: Mon, 4 Dec 2023 17:34:02 +0200 Subject: [PATCH] Add the ability to generate an UBER-JAR, thus allowing this project to be used by 3rd-parties as a dependency. --- pom.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/pom.xml b/pom.xml index 31555e5..4de978d 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,45 @@ false + + + org.apache.maven.plugins + maven-shade-plugin + 3.5.1 + + + package + + shade + + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + LICENSE* + + + + false + + + + + + + +