Starting with version 2.9.0, git supports the tag.forceSignAnnotated configuration parameter , which will force git to sign tags, since maven uses annotated tags at release. Just put
[tag] forceSignAnnotated = true
into your .gitconfig file.
source share