From 4815a9e5a8866854c067e7409874e2195b4b6646 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Tue, 9 Jun 2015 15:39:04 +0300 Subject: [PATCH] Fix kotlin-reflect Maven artifact, attach sources jar --- libraries/tools/kotlin-reflect/pom.xml | 49 ++++++++++++++++++-------- 1 file changed, 35 insertions(+), 14 deletions(-) diff --git a/libraries/tools/kotlin-reflect/pom.xml b/libraries/tools/kotlin-reflect/pom.xml index 1f9de196399..59a35382fab 100644 --- a/libraries/tools/kotlin-reflect/pom.xml +++ b/libraries/tools/kotlin-reflect/pom.xml @@ -25,6 +25,27 @@ + + org.apache.maven.plugins + maven-antrun-plugin + + + copy-jar + package + + + + + + + run + + + + + org.apache.maven.plugins maven-jar-plugin @@ -45,25 +66,25 @@ - org.apache.maven.plugins - maven-antrun-plugin + org.codehaus.mojo + build-helper-maven-plugin + 1.9.1 - copy-jar + attach-artifacts package - - - - - - - run + attach-artifact + + + + ${kotlin-dist}/kotlin-reflect-sources-for-maven.jar + jar + sources + + +