mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
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
This commit is contained in:
Reference in New Issue
Block a user