From 2e7456c56e46784451913f4294de90fb296d786f Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Mon, 24 Oct 2016 17:39:08 +0300 Subject: [PATCH] Add non-compiled sources to runtime before packaging sources jar. --- libraries/tools/runtime/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/libraries/tools/runtime/pom.xml b/libraries/tools/runtime/pom.xml index f97d0eda3eb..fe26c11697c 100644 --- a/libraries/tools/runtime/pom.xml +++ b/libraries/tools/runtime/pom.xml @@ -85,6 +85,25 @@ + + org.codehaus.mojo + build-helper-maven-plugin + + + add-native-sources + prepare-package + + add-source + + + + ${basedir}/../../../core/builtins/native + + + + + + org.jetbrains.kotlin kotlin-maven-plugin