Skip to content

Commit b25e6ce

Browse files
committed
Polish
See gh-1296
1 parent a961c52 commit b25e6ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

initializr-docs/src/main/asciidoc/configuration-guide.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,9 +1043,12 @@ For Maven projects, you can configure a custom parent POM as follows:
10431043
groupId: com.example
10441044
artifactId: my-parent
10451045
version: 1.0.0
1046+
relativePath: ../pom.xml
10461047
includeSpringBootBom : true
10471048
----
10481049

1050+
If the `relativePath` is not specified, the pom is resolved from the repository.
1051+
10491052
`includeSpringBootBom` is `false` by default. When set to `true`, the
10501053
`spring-boot-dependencies` bom is added to the `dependencyManagement` section with the
10511054
version of Spring Boot used for the project.

0 commit comments

Comments
 (0)