From 20895fecfd0f50f32c2293ad92bb784b37a499c7 Mon Sep 17 00:00:00 2001 From: doomsdayrs Date: Sun, 22 Dec 2019 14:02:40 -0500 Subject: [PATCH] Added source jar --- pom.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fa26626..d601824 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.doomsdayrs.api shosetsu-services - 0.2.4 + 0.2.5 1.3.61 @@ -16,6 +16,32 @@ core + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.1.0 + + + attach-sources + + jar + + + + org.jetbrains.kotlin kotlin-maven-plugin