Skip to:
For maven projects it would be convenient to support Springs classpath*: prefix (http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/resources.html#resources-classpath-wildcards). This would allow to put production changesets into src/main/resources and test changesets into src/test/resources and just initialize the SpringLiquibase bean with a "master" changelog file that contains an includeAll in the form of
A first hacky solution that did the trick for me:
Spring 3.2.4, Win7, Java 7
Merged pull request https://github.com/liquibase/liquibase/pull/165
For maven projects it would be convenient to support Springs classpath*: prefix (http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/resources.html#resources-classpath-wildcards). This would allow to put production changesets into src/main/resources and test changesets into src/test/resources and just initialize the SpringLiquibase bean with a "master" changelog file that contains an includeAll in the form of
A first hacky solution that did the trick for me: