From fdec841f48028e6568a942903757f754d2b45446 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 1 Nov 2017 15:34:19 -0700 Subject: [PATCH] Ignore kotlin-maven-plugin in Eclipse --- pom.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/pom.xml b/pom.xml index 0fa85c6ae4..9be48b758a 100644 --- a/pom.xml +++ b/pom.xml @@ -128,4 +128,43 @@ + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.jetbrains.kotlin + + + kotlin-maven-plugin + + + [1.1.51,) + + + compile + test-compile + + + + + + + + + + + + +