
This commit makes sure that the Native Cloud Native Buildpacks is configured when the native Maven profile is enabled. Doing so lets users generate a native image with a single command-line by default: $ ./mvnw -Pnative spring-boot:build-image Closes gh-32764