Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
Perhaps forum.liquibase.org/#topic/49382000000278005 is your post... – Raghuram Aug 25 '11 at 6:41
yes, i am looking answer for similar question, thanks raghuram for finding it. – phani Aug 25 '11 at 15:28
So this question is obsolete now? Could you delete it in case? – hennr Jul 27 '12 at 9:19

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.