From 8020b1faf5a9c588dce416880ac35cc768036273 Mon Sep 17 00:00:00 2001 From: rnimour Date: Fri, 19 Jul 2024 09:28:40 +0200 Subject: [PATCH] backport: build-helper-maven-plugin to attach kotlin sources --- pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pom.xml b/pom.xml index 2f3a6b1d..7131d7d5 100644 --- a/pom.xml +++ b/pom.xml @@ -264,6 +264,25 @@ + + + + org.codehaus.mojo + build-helper-maven-plugin + + + generate-sources + + add-source + + + + src/main/kotlin + + + + +