diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/build.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/build.adoc index 7548e458dc94..aec3755f754e 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/build.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/build.adoc @@ -61,12 +61,28 @@ To use it, add the following declaration for the https://github.com/git-commit-i [source,xml] ---- - - - io.github.git-commit-id - git-commit-id-maven-plugin - - + + + io.github.git-commit-id + git-commit-id-maven-plugin + + + get-the-git-infos + + revision + + initialize + + + + true + + ${project.build.outputDirectory}/git.properties + + full + + + ----