From 016188f7e9d8d570a5d9f61d470768b2c99ecfbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pere=20Fern=C3=A1ndez?= Date: Thu, 3 Oct 2024 12:29:39 +0200 Subject: [PATCH] - renamed path variables --- addons/common/persistence/postgresql/pom.xml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/addons/common/persistence/postgresql/pom.xml b/addons/common/persistence/postgresql/pom.xml index c3eec534a47..4b3048dbdba 100644 --- a/addons/common/persistence/postgresql/pom.xml +++ b/addons/common/persistence/postgresql/pom.xml @@ -33,8 +33,8 @@ ../jdbc kie-flyway/db src/main/resources/${path.to.flyway.location}/persistence-jdbc/postgresql - ${path.to.jdbc.addon}/${path.to.script.folder} - target/classes/${path.to.flyway.location}/persistence-postgresql/postgresql + ${path.to.jdbc.addon}/${path.to.script.folder} + target/classes/${path.to.flyway.location}/persistence-postgresql/postgresql org.kie.kogito.persistence.postgresql @@ -118,16 +118,6 @@ - - maven-clean-plugin - - - - ${path.to.script.folder} - - - - org.apache.maven.plugins @@ -140,10 +130,10 @@ copy-resources - ${path.to.migration.scripts.to} + ${path.to.migration.scripts.target} - ${path.to.migration.scripts.from} + ${path.to.migration.scripts.source}