Introduced the goal "drop"
[hibernate4-maven-plugin] / src / it / hibernate4-maven-plugin-envers-sample / pom.xml
index 5520ac2..c77f3b3 100644 (file)
                         <configuration>
                             <outputFile>${project.build.directory}/test-classes/sql/create-tables-hsqldb.sql
                             </outputFile>
-                            <drop>false</drop>
+                            <format>true</format>
                         </configuration>
                     </execution>
                     <execution>
                         <id>create-drop-script</id>
                         <goals>
-                            <goal>create</goal>
+                            <goal>drop</goal>
                         </goals>
                         <configuration>
                             <outputFile>${project.build.directory}/test-classes/sql/drop-tables-hsqldb.sql
                             </outputFile>
-                            <drop>true</drop>
+                            <format>true</format>
                         </configuration>
                     </execution>
                 </executions>