Hi everyone, I’m quite new to liquibase. Currently, the organization that I’m in has a multi-module maven spring project. We’re planning to separate one module in that and use it as a jar dependency in the pom file. This module has all the liquibase change-log files that other modules in my project refer (through their own change-log files).
My question is, how should I refer the liquibase change-logs that are present inside the jar dependency? I’ve tried googling for hours but couldn’t find a proper solution. How can this be achieved?