Is it possible to use maven encrypted files in a liquibase properties file and have maven decrypt them during runtime? I tried adding an encrypted password to a properties file and it doesn’t correctly decrypt it.
eg:
- password: {uq15QwM5GrUHf8afjGiJjHRg2CFQbrx+tovHSt2sATM=}
Gives the error:
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.liquibase:liquibase-maven-plugin:3.0.5:update (******) on project db-update: Error setting up or running Liquibase: java.sql.SQLException: ORA-01017: invalid username/password; logon denied