How to create audit tables with hibernate tools maven plugin

Hi all,

I am using hibernate tools maven plugin with its latest version and I can successfully create DDL script. Recently we added @Audited to our entities and wanted to generate the respective _aud tables in the DDL script. Unfortunately it keeps generating the same script as before without any _aud tables.

Has anyone managed to generate these tables?