From 5bd6d614e4b9a5e7b54581bac6d79cef6bed4355 Mon Sep 17 00:00:00 2001 From: Omer Oreg Date: Thu, 27 Jun 2019 13:19:32 +0300 Subject: [PATCH] Added maven source plugin * This allows the viewing of the sources from within an IDE when building against Slimefun. --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index c101a3788..986f4308c 100644 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,20 @@ ${project.name} v${project.version} + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + ${basedir}/src