From bd1f2c4d25558fbcaa18608a0d988bcb1e237350 Mon Sep 17 00:00:00 2001 From: Bernd Ahlers Date: Thu, 25 Jan 2024 12:11:40 +0100 Subject: [PATCH] Build sources JARs --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index c2501d306f..63ebb9c5ac 100644 --- a/pom.xml +++ b/pom.xml @@ -276,6 +276,18 @@ true + + maven-source-plugin + 3.3.0 + + + attach-sources + + jar-no-fork + + + + org.apache.maven.plugins maven-gpg-plugin