A new topic, 'Changelog parameters', has been made on a board you are watching.

You can see it at
http://liquibase.org/forum/index.php?topic=626.new#new

The text of the topic is shown below:

Hi Nathan,

A while ago I worked with you to get changelog parameters to work with ant:
http://comments.gmane.org/gmane.comp.db.liquibase.user/476
http://www.mail-archive.com/[email protected]/msg00459.html

Well, I am at a new company and I have the same need for a maven 
implementation.  Preliminary info:
-  Maven plugin version 1.9.5.0
-  Using property filtering (i.e. maven profiles).  We have multiple 
environments and need to replace the values in the liquibase.properties file 
ala 
http://stackoverflow.com/questions/1149352/using-maven-for-multiple-deployment-environment-production-development
 (the post by Mike Cornell)
-  I have custom properties in the liquibase.properties file
schema.name
tablespace.data
tablespace.index

Running liquibase through maven just ignores these properties.  Here is the 
relevant output:
[INFO] Parsing Liquibase Properties File
[INFO]   File: target/classes/liquibase.properties
[INFO]   'tablespace.index' in properties file is not being used by this task.
[INFO]   'tablespace.data' in properties file is not being used by this task.
[INFO]   'schema.name' in properties file is not being used by this task.

So, the plugin is skipping my custom properties.  How can I get these to be 
recognized by the plugin or have an alternative way to include custom 
properties?

Cheers,
JF

Unsubscribe to new topics from this board by clicking here: 
http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The Liquibase Community Forum Team.
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to