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
+
+
+
+
+
+
+
+