Skip to content

This sample project demonstrates the running of Liquibase changesets into a Maven build

Notifications You must be signed in to change notification settings

laredotornado/liquibase-maven-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liquibase-maven-demo

This sample project demonstrates the running of Liquibase changesets within a Maven build. In order to run this example, you will need to have the following installed

Maven 3.2 or greater Java 1.7 or greater MySQL 5.5 or greater

Then you will want to run the following commands as the MySQL root user

    create database example;
    grant all privileges on example.* to 'example'@'localhost' identified by 'example';

To run everything, type the following command in the same directory in which this file lives.

    mvn clean install

About

This sample project demonstrates the running of Liquibase changesets into a Maven build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages