From 23eef64fc2a8cbce3afe4c1e77e6113e3e35285e Mon Sep 17 00:00:00 2001 From: Christian Egli Date: Wed, 6 Mar 2024 15:58:49 +0100 Subject: [PATCH] Add build information to the manifest file --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index a5056c9..824efa4 100644 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,18 @@ + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + + true + + + + org.apache.maven.plugins maven-shade-plugin