From 20f0969a6b7cc9a9d98940f382ecfdd13537e4f1 Mon Sep 17 00:00:00 2001 From: Paul Verest <129515995+paulwwisl@users.noreply.github.com> Date: Wed, 31 May 2023 10:59:34 +0200 Subject: [PATCH] Update README.md - All configuration options are documented inside `GitCommitIdMojo.java` as Javadoc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97ba4b24..cccdefae 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Quicklinks (all relevant documentation) * [Using the plugin documentation (all details for configuration, properties, ...)](docs/using-the-plugin.md) * [A more technical documentation on how to use the leverage the generated properties from this plugin](docs/using-the-plugin-in-more-depth.md) * [A general documentation for git describe (usefull feature in this plugin, if you are not familiar with the command)](docs/git-describe.md) +* [All configuration options are documented inside `GitCommitIdMojo.java` as Javadoc](src/main/java/pl/project13/maven/git/GitCommitIdMojo.java#L98) * [Frequently Asked Question (FAQ)](docs/faq.md) * [Contributing](CONTRIBUTING.md)