From 483bd48d2d72433bbc7d421b0f421e8f46547015 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Thu, 21 Apr 2022 22:05:03 +0200 Subject: [PATCH] altering maven to provide executable jar --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index fb6b050..8f3ca66 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.example Widerhall - 0.2.4 + 0.2.5 @@ -18,15 +18,16 @@ - org.apache.maven.plugins - maven-jar-plugin + maven-assembly-plugin - true de.srsoftware.widerhall.Application + + jar-with-dependencies +