Thank you Daniel for the response.
I have some following questions:
1. I have define custom name for change log table in POM.XML (assume in properties file case as well). It works successfully, but when I run the same from other match using same POM file, it throws exception. But thats not the case with default change log table name.
2. As you mentioned, "you do not need (and probably should not) create the liquibase tables on your own. "
I have created table by my own, and when I ran the liquibase, it throws object exist exception. Can you please define how can I achieve the case. We are using Liquibase-3.5 version.