Currently i am using liquibase maven plugin for database changes and my database credentials are in plain text format in .m2/settings.xml.
By using mavens password encryption, i want to encrypt database passwords(currently passwords are in plain text format in .m2/settings.xml) so that i can share my settings.xml with other developers.
Maven Password encryption works fine with cargo plugin, but not working with liquibase plugin.
Can some help me out , how to solve this issue.