Renemed hibernate.schema.export to hibernate.schema.execute
[hibernate4-maven-plugin] / src / it / multiple-persistence-units / pom.xml
index 1ceb830..0bc972f 100644 (file)
@@ -68,7 +68,7 @@
           </execution>
         </executions>
         <configuration>
-          <export>false</export>
+          <execute>false</execute>
           <format>true</format>
         </configuration>
       </plugin>