adoroszlai commented on PR #7078: URL: https://github.com/apache/ozone/pull/7078#issuecomment-2290809853
One can avoid generating backup files by setting [`generateBackupPoms`](https://www.mojohaus.org/versions/versions-maven-plugin/set-mojo.html#generateBackupPoms) to `false`. ``` mvn versions:set -DnewVersion=1.5.0 -DgenerateBackupPoms=false ``` Currently `versionsBackup` files can be removed simply by `git clean -fd`. After this change they will be ignored by Git, so `git clean -fd` will not remove them. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
