From bd9b632e41e0f940f219c4e2531373c7858e427a Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Mon, 13 Dec 2010 11:21:01 +0100 Subject: [PATCH] Created a new profile "liquibase-updatesql" disabled by default that will execute liquibase:updateSQL goal. * "liquibase-update" profile should be disable if you want to enable this new profile. The argument will be: "-P-liquibase-update,liquibase-updatesql" * If you want to pass just one ChangeLog file you should pass something like: "-Dliquibase.changeLogFile=src/main/resources/db.changelog-initial.xml" FEA: ItEr65S05DatabaseUpgradeItEr64S07 --- navalplanner-business/pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/navalplanner-business/pom.xml b/navalplanner-business/pom.xml index a0b3e7d68..53833a5c4 100644 --- a/navalplanner-business/pom.xml +++ b/navalplanner-business/pom.xml @@ -151,6 +151,34 @@ + + + liquibase-updatesql + + false + + + + + org.liquibase + liquibase-maven-plugin + 2.0-rc7 + + + process-resources + + false + target/classes/liquibase.properties + + + updateSQL + + + + + + +