From: Galder ZamarrenĖƒo Date: Thu, 4 Mar 2021 08:06:31 +0000 (+0100) Subject: Produce java source jars X-Git-Tag: v0.0.98~15^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=commitdiff_plain;h=b56388d29ad3b2c5478d60c165d4ee00b22f48b2 Produce java source jars --- 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 + + + + + +