Build a special compiler jar for maven that contains the runtime as well

This commit is contained in:
Andrey Breslav
2013-10-11 23:20:54 +04:00
parent 765cab2283
commit 5175b8444f
2 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
<phase>package</phase>
<configuration>
<tasks>
<copy file="${kotlin-sdk}/lib/kotlin-compiler.jar"
<copy file="${kotlin-dist}/kotlin-compiler-for-maven.jar"
tofile="${basedir}/target/${project.artifactId}-${project.version}.jar"
overwrite="true" verbose="true"/>
</tasks>