Support Springs classpath*: prefix for includeAll

Description

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:

Environment

Spring 3.2.4, Win7, Java 7

Activity

Show:

Nathan Voxland September 27, 2013 at 3:11 PM

Fixed

Details

Reporter

Components

Fix versions

Affects versions

Priority

Created September 4, 2013 at 7:28 AM
Updated September 27, 2013 at 3:11 PM
Resolved September 27, 2013 at 3:11 PM