From 6b514bdb9a1f1d251e4994c28ad55776c877e3e1 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Tue, 6 Mar 2012 20:18:25 +0000 Subject: [PATCH] include the test cases for stdlib maven build --- libraries/stdlib/pom.xml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/libraries/stdlib/pom.xml b/libraries/stdlib/pom.xml index 4d411dd0cb3..b2e66f38620 100644 --- a/libraries/stdlib/pom.xml +++ b/libraries/stdlib/pom.xml @@ -6,9 +6,9 @@ 4.0.0 - org.jetbrains.kotlin - kotlin-project - 1.0-SNAPSHOT + org.jetbrains.kotlin + kotlin-project + 1.0-SNAPSHOT stdlib @@ -18,7 +18,17 @@ ${project.basedir}/src - ${project.basedir}/test + ${project.basedir}/../testlib/test + + + com.goldin.plugins + ivy-maven-plugin + + + com.goldin.plugins + kotlin-maven-plugin + + - +