From 256ed64e4974c1c565fe0b7af85daf9a129bd081 Mon Sep 17 00:00:00 2001 From: Nikolay Rybak Date: Mon, 2 Jul 2018 13:38:56 +0300 Subject: [PATCH] #589 - 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 99121983..4ff7ddb1 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