Hi
Following up on topic https://forum.liquibase.org/topic/using-maven-security, I’ve found out that maven security can be actually used with current liquibase plugin version.
The problem I have though is that if you use -Dliquibase.verbose=true the password is still shown in plain text in the logs.
The actual code that shows the password is in method printSettings inhttps://github.com/liquibase/liquibase/blob/master/liquibase-maven-plugin/src/main/java/org/liquibase/maven/plugins/AbstractLiquibaseMojo.java
Is there any chance to change this so it displays ***** instead of the password in plain text?
Romulo