From e9349ee53fcd639b64f58f0f0bdd392ae7a4c3fe Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Sep 2015 14:02:41 +0100 Subject: [PATCH] Suppress warning from M2E by explicitly ignoring invoker plugin --- spring-boot-parent/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 957596b1b0..c4024f9ade 100755 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -421,6 +421,27 @@ + + + + org.apache.maven.plugins + + + maven-invoker-plugin + + + [1.0.0,) + + + + install + + + + + + +