git describe with lightweight tags
pietermartin opened this issue · 2 comments
pietermartin commented
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
TheSnoozer commented
<gitDescribe>
<tags>true</tags>
</gitDescribe>
See also
git-commit-id-maven-plugin/pom.xml
Line 406 in 77f800f
pietermartin commented
Thanks its working.