Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.3, 2.4, 2.5
-
None
-
None
Description
When setting suppressCommitBeforeTagOrBranch to true it actually logs the following:
[INFO] Modified POMs are not committed because suppressCommitBeforeTagOrBranch is set to false.
The "error" in this case seems to be a misinterpreted else clause in the code of ScmCommitPreparationPhase.java (line 62).
This is a minor annoyance when trying to find the cause of a released pom not being updated in the VCS' tag and seeing this paradox message in the log file.
Actually, the patch in issue MVN-745 provided by my doppelganger seder would fix this.
Attachments
Issue Links
- links to