From f60eb4242014e00953cf589e9a1506b080b097ae Mon Sep 17 00:00:00 2001 From: Ilya Chernikov Date: Fri, 2 Dec 2016 18:23:18 +0100 Subject: [PATCH] Add script runtime to maven, fixes #KT-14708 --- libraries/pom.xml | 1 + libraries/tools/script-runtime/pom.xml | 70 ++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 libraries/tools/script-runtime/pom.xml diff --git a/libraries/pom.xml b/libraries/pom.xml index 1909abec532..5cfee5efafc 100644 --- a/libraries/pom.xml +++ b/libraries/pom.xml @@ -80,6 +80,7 @@ tools/kotlin-maven-plugin tools/runtime + tools/script-runtime kotlin.test stdlib stdlib/jre7 diff --git a/libraries/tools/script-runtime/pom.xml b/libraries/tools/script-runtime/pom.xml new file mode 100644 index 00000000000..443c276781d --- /dev/null +++ b/libraries/tools/script-runtime/pom.xml @@ -0,0 +1,70 @@ + + + + 4.0.0 + + 1.4.1 + 3.0.4 + + + + org.jetbrains.kotlin + kotlin-project + 1.1-SNAPSHOT + ../../pom.xml + + + kotlin-script-runtime + jar + + the Kotlin script runtime + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + empty-sources-jar + package + + jar + + + false + sources + ${basedir}/sources + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + copy-jar + package + + + + + + + run + + + + + + + +