Skip to content

Commit

Permalink
Made liquibase config use absolute path to liquibase properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ctevse committed Sep 21, 2023
1 parent 2836ee7 commit fc559f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<artifactId>liquibase-maven-plugin</artifactId>
<version>4.23.0</version>
<configuration>
<propertyFile>nvip_data/mysql-database/newDB/liquibase.properties</propertyFile>
<propertyFile>/nvip_data/mysql-database/newDB/liquibase.properties</propertyFile>
<!-- turn off prompt for non-local db since this does run in headless environments -->
<promptOnNonLocalDatabase>false</promptOnNonLocalDatabase>
</configuration>
Expand Down

0 comments on commit fc559f0

Please sign in to comment.