From 8995ba804a0d7eae9bc3aaa19738360013181203 Mon Sep 17 00:00:00 2001 From: Patrick ALLAIN Date: Tue, 14 Apr 2020 01:59:58 +0200 Subject: [PATCH] #1270 - Add Kotlin source to released artifacts. Original pull request: #1271. --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 63fa47b0..81422952 100644 --- a/pom.xml +++ b/pom.xml @@ -1022,6 +1022,18 @@ + + add-kotlin-sources + generate-sources + + add-source + + + + ${project.basedir}/src/main/kotlin + + +