From dfa30a7bb1069aa17e097ca8611339e6888a319f Mon Sep 17 00:00:00 2001 From: Natalia Ukhorskaya Date: Tue, 30 Dec 2014 17:16:23 +0300 Subject: [PATCH] kotlin-gradle-plugin: remove maven-invoker-plugin used for tests --- .../tools/kotlin-gradle-plugin-core/pom.xml | 31 ------------------- 1 file changed, 31 deletions(-) diff --git a/libraries/tools/kotlin-gradle-plugin-core/pom.xml b/libraries/tools/kotlin-gradle-plugin-core/pom.xml index 848ef273816..b95f9a02538 100644 --- a/libraries/tools/kotlin-gradle-plugin-core/pom.xml +++ b/libraries/tools/kotlin-gradle-plugin-core/pom.xml @@ -102,37 +102,6 @@ - - - maven-invoker-plugin - 1.8 - - ${project.build.directory}/it - local-repo - verify - - - - create_local - pre-integration-test - - install - - - - - - maven-failsafe-plugin - 2.6 - - - - integration-test - verify - - - -