Configured the 5.0.12-tutorials as integration-test for the plugin
[hibernate4-maven-plugin] / src / it / schemaexport-example / verify.bsh
1 import de.juplo.test.FileComparator;
2
3
4 FileComparator comparator = new FileComparator(basedir);
5
6 if (!comparator.isEqual("schema.sql","schemaexport-example-persistence-impl/target/create.sql"))
7   return false;