Introduced the goal "drop"
[hibernate4-maven-plugin] / src / it / schemaexport-example / verify.bsh
index 6e51858..3e56c4c 100644 (file)
@@ -3,5 +3,5 @@ import de.juplo.test.FileComparator;
 
 FileComparator comparator = new FileComparator(basedir);
 
-if (!comparator.isEqual("schema.sql","schemaexport-example-persistence-impl/target/schema.sql"))
+if (!comparator.isEqual("schema.sql","schemaexport-example-persistence-impl/target/create.sql"))
   return false;