From 08082f9a7d787c813ce32301412e41ad0137e253 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Fri, 7 Apr 2023 22:41:55 +0200 Subject: [PATCH] =?UTF-8?q?F=C3=BCge=20Maven-Jar-Plugin=20mit=20Angabe=20z?= =?UTF-8?q?u=20Output-Directory=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cd7d802..0f8662b 100644 --- a/pom.xml +++ b/pom.xml @@ -174,7 +174,23 @@ - + + maven-jar-plugin + 3.3.0 + + + target + + + + default-jar + package + + jar + + + +