I am using Quickbuild as my CI. When using Maven's release management plugin and running the release:prepare
command, I am getting an error committing the tag to my Git repository. This is most likely because of a permissions error.
I've read solutions to use maven options -Dusername=<username> -Dpassword=<password
but given that multiple users can see this configuration, I'd prefer to hide or encrypt the credentials.
I haven't found anything online and was wondering if someone has come across this.