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
+
+
+
+