From 6d47a3c2dca0c23f5f538244daaaf8b425366023 Mon Sep 17 00:00:00 2001 From: Leonid Shalupov Date: Mon, 9 Apr 2012 22:28:17 +0400 Subject: [PATCH] libraries/tools: compile kotlin runtime in maven build --- libraries/tools/runtime/pom.xml | 34 ++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/libraries/tools/runtime/pom.xml b/libraries/tools/runtime/pom.xml index cc89f9332e9..433ea00cd12 100644 --- a/libraries/tools/runtime/pom.xml +++ b/libraries/tools/runtime/pom.xml @@ -15,22 +15,34 @@ jar + ${project.basedir}/../../../runtime/src + - maven-antrun-plugin - 1.7 + org.apache.maven.plugins + maven-source-plugin + + - - compile - - - - - + package + attach-sources - run + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + package + + jar