plugin « Schema « JPA Q&A





1. why my schema.ddl is empty after hibernate3-maven-plugin?    stackoverflow.com

This is the directory structure of the project (maven2 is used):

pom.xml
/src
  /main
    /java
      Abc.java
    /resources
     ...