From 6e7d8ab6e985e9c7ce5e07a8460316b7f267a2a5 Mon Sep 17 00:00:00 2001 From: Ruud Nimour <43785981+rnimour@users.noreply.github.com> Date: Fri, 19 Jul 2024 19:24:13 +0200 Subject: [PATCH] backport: build-helper-maven-plugin to attach kotlin sources (#822) --- 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 + + + + +