See gh-1296
This commit is contained in:
Stephane Nicoll 2022-01-22 11:29:52 +01:00
parent a961c52450
commit b25e6cef51

View File

@ -1043,9 +1043,12 @@ For Maven projects, you can configure a custom parent POM as follows:
groupId: com.example
artifactId: my-parent
version: 1.0.0
relativePath: ../pom.xml
includeSpringBootBom : true
----
If the `relativePath` is not specified, the pom is resolved from the repository.
`includeSpringBootBom` is `false` by default. When set to `true`, the
`spring-boot-dependencies` bom is added to the `dependencyManagement` section with the
version of Spring Boot used for the project.