adding build lib to maven part, adding it's contents to kotlin-compiler-embeddable

KT-8487
This commit is contained in:
Ilya Chernikov
2016-01-27 20:43:51 +01:00
committed by Alexey Tsvetkov
parent ebae665b78
commit 6789f2ff0f
3 changed files with 83 additions and 0 deletions
@@ -49,6 +49,11 @@
<artifactId>kotlin-test-junit</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-build-common</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
@@ -138,6 +143,9 @@
<relocation>
<pattern>com.google</pattern>
<shadedPattern>${kotlin.relocated.package}.com.google</shadedPattern>
<excludes>
<exclude>com.google.protobuf.*</exclude>
</excludes>
</relocation>
<relocation>
<pattern>com.sampullara</pattern>