Does maven-release-plugin push tags to remote Git repository?
Posted
by Alison G
on Stack Overflow
See other posts from Stack Overflow
or by Alison G
Published on 2010-04-28T14:25:41Z
Indexed on
2010/05/18
6:00 UTC
Read the original article
Hit count: 380
When using the maven-release-plugin with Git, mvn release:prepare happily tags the release in the local repository. I'd expect mvn release:perform to push the tags to the remote repository, but this doesn't seem to happen.
Am I mistaken?
If not, is there an option to enable pushing release tags to the remote repository?
© Stack Overflow or respective owner