From d522e32f377550fa2cb89aaf3de4579d0a58e9c8 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Thu, 21 Apr 2022 21:55:58 +0200 Subject: [PATCH] added maven-jar-plugin to pom.xml --- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2a93c53..fb6b050 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.example Widerhall - 0.2.3 + 0.2.4 @@ -17,6 +17,18 @@ 16 + + org.apache.maven.plugins + maven-jar-plugin + + + + true + de.srsoftware.widerhall.Application + + + +