-
Feature Request
-
Resolution: Won't Do
-
Major
-
None
-
3.3.x
-
Medium
Hi,
I am tryting to achieve to generate tables from the existing jpa annotated entities; Is there any maven plugin available to achieve this ? I referred the jboss public maven repository and found the below pom, but not sure whether entities -> tables generation possible with this plugin ? can you please provide me the needful ?
<plugin>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-maven-plugin</artifactId>
<version>3.3.2.GA</version>
</plugin>