From 4273357adf5eac06e35466d321e66af9152f9edd Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 20 Mar 2017 10:35:56 +0300 Subject: [PATCH] Skip kotlin-maven-plugin-test tests if "skipTests" property is defined "mvn -DskipTests ..." or "mvn -DskipTests=true ..." should not invoke any tests --- libraries/tools/kotlin-maven-plugin-test/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libraries/tools/kotlin-maven-plugin-test/pom.xml b/libraries/tools/kotlin-maven-plugin-test/pom.xml index 02af6a1dbd5..050bfe78c5c 100644 --- a/libraries/tools/kotlin-maven-plugin-test/pom.xml +++ b/libraries/tools/kotlin-maven-plugin-test/pom.xml @@ -99,6 +99,10 @@ noTest false + + skipTests + true +