Hi
I would really like to see an official hibernate-tools maven plugin.
Currently maven users can use the maven ant plugin to run the hibernate-tools ant task, but this feels somehow wrong as a proper maven user.
Also one has to get accustomed to the awkwardness of ant within maven which is IMHO not the way to go.
Therefore I would like to propose to provide a maven plugin for hibernate-tools.
As I have created such a plugin by myself I would like to propose to integrate this plugin into hibernate-tools or at least integrate it as official plugin.
https://github.com/stadler/hibernate-tools-maven-pluginI know that it does not support all the functionality of the ant task yet, but at least entity and ddl generation from the database already works. More features to come...
I already created a JIRA ticket for this:
https://hibernate.atlassian.net/browse/HBX-1516What are your thoughts about this?