Skip to content

Instantly share code, notes, and snippets.

@ljnelson
Created October 18, 2014 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ljnelson/ab867486c64a6d917c19 to your computer and use it in GitHub Desktop.
Save ljnelson/ab867486c64a6d917c19 to your computer and use it in GitHub Desktop.
hand-build aggregator changelog for Liquibase blog post
<?xml version="1.0" encoding="UTF-8"?>
<databaseChangeLog
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.2.xsd"
logicalFilePath="name-jpa-test">
<include name="person-jpa-1.0.0-SNAPSHOT-jar/META-INF/liquibase/changelog.xml" relativeToChangelogFile="true"/>
<include name="test-classes/META-INF/liquibase/changelog.xml" relativeToChangelogFile="true"/>
</databaseChangeLog>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment