From b56388d29ad3b2c5478d60c165d4ee00b22f48b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Galder=20Zamarren=CC=83o?= Date: Thu, 4 Mar 2021 09:06:31 +0100 Subject: [PATCH] Produce java source jars --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index 2714b48a..ce7857d8 100644 --- a/pom.xml +++ b/pom.xml @@ -30,6 +30,24 @@ 1.8 1.8 + 3.2.1 + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + + jar + + + + + + -- 2.30.2