-
New Feature
-
Resolution: Fixed
-
Minor
-
None
-
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.