How do you run maven with the versions plugin to update the version inside several pom.xml files and not get the annoying pom.xml.versionsBackup
files? (I have my poms in version control, so I don't need a backup).
I run this command to update the version:
mvn versions:set -DnewVersion=3.8.0-SNAPSHOT