From 81ef5a2383cf7c967668ca4abb68e8536fa85469 Mon Sep 17 00:00:00 2001 From: Nikolay Rybak Date: Mon, 2 Jul 2018 13:38:56 +0300 Subject: [PATCH] #587 - Attach Kotlin source dir to source code artifact. Added Build Helper Maven plugin to add Kotlin source directory to set of source directories so it's then picked up by the Maven Source Plugin and packed into source code artifact. Original pull request: #588. --- parent/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/parent/pom.xml b/parent/pom.xml index e980b57d..82a74978 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -949,6 +949,25 @@ + + org.codehaus.mojo + build-helper-maven-plugin + + + add-kotlin-source + prepare-package + + add-source + + + + ${project.basedir}/src/main/kotlin + + + + + + org.projectlombok lombok-maven-plugin