liquibase 3.5.X can't find any files for includeAll with relative path

前端 未结 1 478
温柔的废话
温柔的废话 2020-12-16 19:13

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

相关标签:
1条回答
  • 2020-12-16 19:18

    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.

    0 讨论(0)
提交回复
热议问题