From b28d537c789f8b43071e3099b448e6bc365789ae Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 18 Jan 2017 13:48:49 -0800 Subject: [PATCH] Disable unwanted m2e activations Add m2e activation properties to disable unwanted Eclipse facets. --- spring-boot-parent/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 1bcf0300dd..143b3d0980 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.springframework.boot @@ -752,6 +753,12 @@ m2e.version + + false + false + false + false +