Blanca Rojo Martin created MRELEASE-999: -------------------------------------------
Summary: When GIT tag cannot be created release succeeds but version tagged is not overriden Key: MRELEASE-999 URL: https://issues.apache.org/jira/browse/MRELEASE-999 Project: Maven Release Plugin Issue Type: Bug Reporter: Blanca Rojo Martin Attachments: image-2018-02-22-10-10-50-833.png, image-2018-02-22-10-11-43-062.png We run release for a tag that already existed in GIT, as we had been testing the release process and we forgot to delete the tags. When running the release plugin we got a successful execution. However, as the tag already existed it wasn't overwritten and we released the wrong version, the one that already existed in that old tag. We would expect the release plugin to break if the tag cannot be overridden so that it doesn't become a case of looking through thousand lines of code to check. Logs were: !image-2018-02-22-10-10-50-833.png! And after a while the old tag was checked out and released: !image-2018-02-22-10-11-43-062.png! -- This message was sent by Atlassian JIRA (v7.6.3#76005)