How can I set the liquibase.properties path ignore the OS?

Answered on StackOverflow: http://stackoverflow.com/questions/25041654/how-can-i-set-the-liquibase-properties-path-ignore-the-os/25044015#25044015

Steve Donie
Principal Software Engineer
Datical, Inc. http://www.datical.com/

I want to put my liquibase.properties to another local folder. such as: c:\opt\liquibase\config

And I hope the path can ignore the OS.

So in my pom.xml,

 org.liquibase liquibase-maven-plugin 3.1.1  \opt\liquibase\config   

But it doesn't work, I must add the prefix "C:" to path.

Is there any way to set the path but ignore the OS?