From 49b8e414be6145db8b97600e41eb2112226d359e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Vav=C5=99=C3=ADk?= Date: Wed, 25 Sep 2024 20:17:20 +0200 Subject: [PATCH] Add Maven source plugin required by rel. WF --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index dc9731c..152a6a5 100644 --- a/pom.xml +++ b/pom.xml @@ -12,6 +12,7 @@ 17 17 + 3.3.1 UTF-8 3.9.9 3.5.0 @@ -169,6 +170,20 @@ 60 + + org.apache.maven.plugins + maven-source-plugin + ${source-plugin.version} + + + attach-sources + verify + + jar-no-fork + + + +