Skip to content

birelian/liquibase-file-converter-maven-plugin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Liquibase File Converter Maven Plugin

This maven plugin allows to convert Liquibase change set files between XML, YAML and JSON formats.

Usage

  1. Include the artifact in the plugins section of your POM.xml
  2. Execute the goal mvn liquibase-file-converter:convert -DsourceFormat=foo -DtargetFormat=bar
  3. Allowed format values are json, xml and yaml.
  4. Default source format is XML and default target format is YAML.

Notes

  1. Source files are expected to be in src/main/resources/source directory
  2. Generated files can be found in the target/ directory

These settings may be overridden by using the -DsourceDir and -DtargetDir parameters. For example, we can read from a directory called inputDir and write to a directory called outputDir

mvn liquibase-file-converter:convert -DsourceDir=inputDir -DtargetDir=outputDir

About

A maven plugin that converts liquibase change set files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages