From 94ea7d800d81682f9f8db815bc0f10ea309dddff Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 25 Jul 2018 16:39:59 +0100 Subject: [PATCH] Always active default build profile Update the root build POM so that the default profile is always active. Prior to this commit the profile was to `activeByDefault` which meant it was only active if no other profiles were enabled. When running in Eclipse, the `m2e` profile is active, meaning the default profile was disabled and `spring-javaformat` setting were not applied. Closes gh-13900 --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0b75d73701..8590fb9bf4 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,9 @@ default - true + + !disable-spring-boot-default-profile + 0.0.3