passing hibernate.properties to Liquibase Maven Plugin for Hibernate Integration

Hi.

I want to user Liquibase with hibernate. The hibernate configuration is there in two parts
1 - hibernate.properties which specifies hibernate configuration
2 - hibernate.cfg.xml which specified the hibernate mapping

I think we can give the path to hibernate.cfg.xml by this param
hibernate:config/hibernate.cfg.xml

But i get exception because hibernate cannot build the confguration without hibernate.properties

Is there any way I can tell the plugin to use hibernate.properties file also for building hibernate configuration?

Thanks In Advance

There currently isn’t, unfortunately.  I plan to get to looking at how to improve the hibernate plugin, but have been focusing on the core library to get 2.0 out lately. 

Nathan