Liquibase, tables are created via maven, but not via CDILiquibase

Please have a look at the issue at: stackoverflow.com

The problem is that when I run liquibase via maven it works fine.

But via CDILiquibase, only liquibase-related tables DATABASECHANGELOG, DATABASECHANGELOGLOCK are created.

Tables I specified in the configuration file, are not created.

mvn clean install