From 0775cc6c596e7af81b811d7f68d700bf5bf20038 Mon Sep 17 00:00:00 2001 From: Enrico Horn Date: Fri, 23 Jul 2021 17:47:14 +0200 Subject: [PATCH] Create sources jars during the build --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index 5768c91b..61b3b37c 100644 --- a/pom.xml +++ b/pom.xml @@ -95,6 +95,11 @@ maven-surefire-plugin 2.22.2 + + org.apache.maven.plugins + maven-source-plugin + 3.2.0 + @@ -120,6 +125,18 @@ random + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + +