LiquiBase can be controlled via ant Tasks. To use, simply add the liquibase.jar to your Ant lib directory or the classpath referenced by “classpathref”.
<taskdef resource="migratortasks.properties"> <classpath refid="classpath"/> </taskdef>
The following tasks are available in Ant
Additional LiquiBase commands are supported by the command line that are not supported by the Ant tasks.