Renemed hibernate.schema.export to hibernate.schema.execute
[hibernate4-maven-plugin] / src / it / hibernate4-maven-plugin-envers-sample / README.md
index 792ecc6..800e70e 100644 (file)
@@ -30,7 +30,7 @@ Usage
 
 __Rebuild the SQL-script using the Hibernate4-maven-plugin to create the database__
 
-    mvn -PcreateHsqlDbScript clean compile hibernate:export
+    mvn -PcreateHsqlDbScript clean compile hibernate:create
 
 __Build and run the integration tests__