I will use the liquibase properties file to pass parameters for using in the changelog.
I tried setting the parameter like
- name=value
and
- parameter.name=value
- [INFO] Parsing Liquibase Properties File
- [INFO] File: src/main/resources/liquibase.properties
- [INFO] 'name' in properties file is not being used by this task.
- [INFO] 'parameter.name' in properties file is not being used by this task.