Skip to content

Commit

Permalink
Added link to the project repository of the Git Commit Id Plugin
Browse files Browse the repository at this point in the history
The documentation currently misses the link to Git Commit Id Plugin,
while offering at the same time a link to the Gradle plugin to
gather Git information.
This pull requests adds the missing link. Readers can now get
more information on the features of the plugin.
  • Loading branch information
obfischer committed May 22, 2021
1 parent 7a70508 commit e5a8391
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,7 +53,7 @@ TIP: See the {spring-boot-gradle-plugin-docs}#integrating-with-actuator-build-in
Both Maven and Gradle allow generating a `git.properties` file containing information about the state of your `git` source code repository when the project was built.

For Maven users, the `spring-boot-starter-parent` POM includes a pre-configured plugin to generate a `git.properties` file.
To use it, add the following declaration to your POM:
To use it, add the following declaration for the https://github.com/git-commit-id/git-commit-id-maven-plugin[`Git Commit Id Plugin`]to your POM:

[source,xml,indent=0,subs="verbatim"]
----
Expand Down

0 comments on commit e5a8391

Please sign in to comment.