Description
The branch mojo produces <tag>HEAD</tag>. This can't be right; HEAD isn't the name of a branch, it's the name of a ref.
The branch mojo produces <tag>HEAD</tag>. This can't be right; HEAD isn't the name of a branch, it's the name of a ref.
http://maven.apache.org/pom.html#SCM
This is kind of a legacy matter, when the pom.xml was designed git didn't exist.
It would be better however if the actual original value was restored, rather than the "effective model" value of "HEAD" when the <tag> element was not present before.