Exclude certain database objects from dbDoc generation

Dear Liquibase developers,


I’m using Liquibase 3.0.6 from Maven with the liquibase-maven-plugin. Is it possible to exclude certain tables to appear in the dbdoc output? If not, is it possible to provide a specific selection to include in the dbdoc output?


We work with a software supplier who creates/removes a lot of different tables under the user for which we generate database documentation. It would be nice if we could make a selection of the database objects which we maintain with Liquibase for the generation of the database documentation. For example with a regular expression filter.


With Kind Regards,

Maarten



Unfortunately there is no support currently for that. I created https://liquibase.jira.com/browse/CORE-1535 to track the feature request, though.


Nathan