In our project we need to support more than one oracle database schema with liquibase. the idea is to generate only one sql file using liquibase which will be executed as sysdba in oracle.
therefore we need the a schema name to be added to the liquibase databaseChangeLog/lock tables. we use maven to run liquibase 3.0.8
there are many blogs and discussions on how to do this with maven. right now it looks like to only way possible is to pass as command line parameter since maven properties in pom will be ignored
unfortunately liquibase 2.0.1 is not an option for us. Is there anyway to have the properties set in pom for liquibase 3.0.8 or should i file a bug?