<tasks>
<taskdef name="hibernatetool" classname="org.hibernate.tool.ant.HibernateToolTask" classpathref="maven.compile.classpath" />
<hibernatetool destdir="sql">
<configuration configurationfile="${build.dir}/../src/main/resources/hibernate.cfg.xml" />
<classpath refid="maven.compile.classpath" />
<hbm2ddl
export="false"
update="false"
drop="false"
outputfilename="create.ddl"
delimiter=";"
format="true"
haltonerror="false"
/>
</hibernatetool>
</tasks>