Renemed hibernate.schema.export to hibernate.schema.execute
[hibernate4-maven-plugin] / src / it / properties / pom.xml
index ac24f7f..833a43a 100644 (file)
@@ -36,7 +36,7 @@
         <version>@project.version@</version>
         <configuration>
           <!-- Gnerate schema only, no DB connection needed -->
-          <export>false</export>
+          <execute>false</execute>
         </configuration>
         <executions>
           <execution>