-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: liquibase-runner-plugin
-
None
-
Environment:Liquibase Runner Plugin 1.1.0
Right now, only the FilePathResourceAccessor is used, so changesets located in jar file (for example) won't be found.
Resolving this should be a simple matter of using the compositeResourceAccessor and having it contain the classpath resource accessor in addition to the FilePathResourceAccessor.