From a4c587c01f50db0e723fdcd2c5053712a4ecb8ee Mon Sep 17 00:00:00 2001 From: NichtStudioCode <51272202+NichtStudioCode@users.noreply.github.com> Date: Thu, 5 Aug 2021 14:39:43 +0200 Subject: [PATCH] Added maven-source-plugin --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 3e2b334..f7e80c5 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,19 @@ + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar + + + + org.apache.maven.plugins maven-javadoc-plugin