Renemed hibernate.schema.export to hibernate.schema.execute
[hibernate4-maven-plugin] / src / it / h4mp-mod / pom.xml
index c353210..948dbf5 100644 (file)
                                        </execution>
                                </executions>
                                <configuration>
-                                       <export>false</export>
+                                       <execute>false</execute>
                                        <envers>true</envers>
                                        <format>true</format>
                                        <delimiter>;</delimiter>
-                                       <force>true</force>
-                                       <type>CREATE</type>
                                        <dialect>org.hibernate.dialect.PostgreSQL9Dialect</dialect>
                                </configuration>
                        </plugin>