git-commit-id/git-commit-id-maven-plugin

git describe with lightweight tags

pietermartin opened this issue · 2 comments

Describe the question / problem (required)

But if you want lightweight tags to be included in the search, enable this option.

git describe --tags shows my lightweight tags but I can not work out where to enable this option so that the plugin will find my tags?

Context (optional)

No response

:

<gitDescribe>
    <tags>true</tags>
</gitDescribe>

See also

<gitDescribe>

Thanks its working.