From fda9797dc4ea45a10139516a0d938af47caa3274 Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Wed, 18 May 2016 20:52:43 +0300 Subject: [PATCH] Do not deploy anymore kotlin maven plugin tests and build common test utilities to maven central --- libraries/tools/kotlin-build-common-test/pom.xml | 6 ++++++ libraries/tools/kotlin-maven-plugin-test/pom.xml | 11 +++++++++++ 2 files changed, 17 insertions(+) diff --git a/libraries/tools/kotlin-build-common-test/pom.xml b/libraries/tools/kotlin-build-common-test/pom.xml index aa42ca7dc69..0d67fbde317 100644 --- a/libraries/tools/kotlin-build-common-test/pom.xml +++ b/libraries/tools/kotlin-build-common-test/pom.xml @@ -63,6 +63,12 @@ + + maven-deploy-plugin + + true + + diff --git a/libraries/tools/kotlin-maven-plugin-test/pom.xml b/libraries/tools/kotlin-maven-plugin-test/pom.xml index 1184f4dc215..07d1fbe88cd 100644 --- a/libraries/tools/kotlin-maven-plugin-test/pom.xml +++ b/libraries/tools/kotlin-maven-plugin-test/pom.xml @@ -30,6 +30,17 @@ + + + + maven-deploy-plugin + + true + + + + +