--change-exec-listener-properties-file

Last updated: May 1, 2026

Path to a properties file for ChangeExecListenerClass.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--change-exec-listener-properties-file=<string>

Liquibase properties file (defaults file)

liquibase.command.changeExecListenerPropertiesFile: <string>

Command flow file argument (example)

cmdArgs: { change-exec-listener-properties-file: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.changeExecListenerPropertiesFile=<string>

Liquibase environment variable

LIQUIBASE_COMMAND_CHANGE_EXEC_LISTENER_PROPERTIES_FILE=<string>