From 33a0ae0fcd1a871d8b1f01dcdd5a40250966d10d Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Tue, 21 Mar 2017 11:48:24 +0300 Subject: [PATCH] Skip kotlin-maven-plugin integration test if "skipTests" is defined Similarly to kotlin-maven-plugin-test/pom.xml --- libraries/tools/kotlin-maven-plugin/pom.xml | 63 ++++++++++++++------- 1 file changed, 43 insertions(+), 20 deletions(-) diff --git a/libraries/tools/kotlin-maven-plugin/pom.xml b/libraries/tools/kotlin-maven-plugin/pom.xml index ccf40c08717..14297700b8b 100644 --- a/libraries/tools/kotlin-maven-plugin/pom.xml +++ b/libraries/tools/kotlin-maven-plugin/pom.xml @@ -91,26 +91,49 @@ - - - maven-invoker-plugin - 2.0.0 - - ${project.build.directory}/it - src/it/settings.xml - ${project.build.directory}/local-repo - verify - - - - integration-test - - install - run - - - - + + + + integrationTest + + true + + + + + maven-invoker-plugin + 2.0.0 + + ${project.build.directory}/it + src/it/settings.xml + ${project.build.directory}/local-repo + verify + + + + integration-test + + install + run + + + + + + + + + + noTest + + false + + skipTests + true + + + +