Introduction

This module contains the generator to create Liquibase changelogs for Liquibase 3.4.

The different versions of Liquibase have slightly different XML schemas and to create a changelog.xml with the right schema the generators are splitted according to the Liquibase version.

Configuration

This generator has some properties to configure the generated files.

The prefix of this generator is lb34.

Properties

fullChangelogFile

With the property fullChangelogFile the target for the complete changelog file is set.

Example

lb34.fullChangelogFile=${basedir}/target/test-classes/changelog.xml