From: Mike Becker Date: Mon, 25 May 2026 17:50:00 +0000 (+0200) Subject: add maven-assembly-plugin to create fat jar for the app X-Git-Url: https://uap-core.de/gitweb/?a=commitdiff_plain;h=7c588222cf7046e77784eaeb2af3b008b69bdf2a;p=rssreader.git add maven-assembly-plugin to create fat jar for the app --- diff --git a/rss-application/pom.xml b/rss-application/pom.xml index 28a1721..be2d889 100644 --- a/rss-application/pom.xml +++ b/rss-application/pom.xml @@ -40,6 +40,30 @@ maven-surefire-plugin 3.5.5 + + org.apache.maven.plugins + maven-assembly-plugin + 3.8.0 + + + + de.unixwork.rssreader.AppKt + + + + jar-with-dependencies + + + + + make-assembly + package + + single + + + +