Reworked configuration and the tracking thereof
[hibernate4-maven-plugin] / src / it / hibernate4-maven-plugin-envers-sample / pom.xml
index 5520ac2..ef0f793 100644 (file)
                             <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>