From 9cc156c67fff49c671b0543304979ed5836cf3e9 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Thu, 28 May 2015 18:11:47 +0300 Subject: [PATCH] Copy kotlin-reflect.jar from dist to publish to Maven Also build sources jar in build.xml to publish as kotlin-reflect's sources, and create an empty javadoc --- build.xml | 8 +++ libraries/pom.xml | 1 - libraries/tools/kotlin-reflect/pom.xml | 74 ++++++++++---------------- resources/kotlinManifest.properties | 1 + 4 files changed, 38 insertions(+), 46 deletions(-) diff --git a/build.xml b/build.xml index bd588e92262..118be654e8a 100644 --- a/build.xml +++ b/build.xml @@ -827,6 +827,14 @@ + + + + + + + 3.3.1 dart-r3300 11.0.2 - 2.5.0 4.11 0.2.3.8 ${project-root}/dist diff --git a/libraries/tools/kotlin-reflect/pom.xml b/libraries/tools/kotlin-reflect/pom.xml index 02bd85d63e0..11fa0aa53eb 100644 --- a/libraries/tools/kotlin-reflect/pom.xml +++ b/libraries/tools/kotlin-reflect/pom.xml @@ -21,44 +21,44 @@ kotlin-stdlib ${project.version} - - com.google.protobuf - protobuf-java - - 2.5.0 - - - javax.inject - javax.inject - 1 - - target/copied-sources - org.apache.maven.plugins - maven-antrun-plugin - 1.7 - + maven-jar-plugin - copy-sources - process-sources + empty-javadoc-jar + package + + jar + - - - - - - - - - - - + javadoc + ${basedir}/javadoc + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + copy-jar + package + + + + + run @@ -66,22 +66,6 @@ - - - org.jetbrains.kotlin - kotlin-maven-plugin - ${project.version} - - - - compile - process-sources - - compile - - - - diff --git a/resources/kotlinManifest.properties b/resources/kotlinManifest.properties index 6b68b3bd67c..7b356f1baab 100644 --- a/resources/kotlinManifest.properties +++ b/resources/kotlinManifest.properties @@ -9,6 +9,7 @@ manifest.impl.title.kotlin.compiler.ant.task=Kotlin Compiler Ant Tasks manifest.impl.title.kotlin.jvm.runtime=Kotlin Runtime manifest.impl.title.kotlin.jvm.reflect=Kotlin Reflect manifest.impl.title.kotlin.jvm.runtime.sources=Kotlin Runtime Sources +manifest.impl.title.kotlin.jvm.reflect.sources=Kotlin Reflect Sources manifest.impl.title.kotlin.javascript.stdlib=Kotlin JavaScript StdLib manifest.spec.title.kotlin.javascript.lib=Kotlin JavaScript Lib