We are using liquibase 3.4.2 and want to update to 3.5.3 but all my attempts failed because liquibase doesn\'t find any file which are included by using includeAll
includeAll
Try this,
<includeAll path="file:/absolute/path/to/changeset/folder" relativeToChangelogFile="false" />
Start the path with file:/ and use an absolute path. This is not ideal, but I was able to get liquibase-maven-plugin 3.6.3 to load the changeset.