Using classpath changelog with the Maven plugin

Hi,


I’m trying to configure the Maven plugin to use a changelog from the current project classpath, instead of pointing directly to the file, but I can’t seem to get it working. My plugin configuration is:

  1.            
  2.             <span class="Apple-tab-span".


    Is there a way to configure the Maven plugin to lookup the changelog file from the classpath ?


    I need to do so because I also run liquibase outside Maven (on the same database) using a changelog from the classpath, and if I try to run it later from Maven using /src/main/resources/… then the changelog file paths are not the same, and liquibase tries to recreate the tables from scratch.


    Thanks,


    Nico

I managed to work around this problem by using logicalFilePath, but I’m still curious to know if there’s a way  Thanks.