Configured the 5.2.18-tutorials as integration-tests for the plugin
[hibernate4-maven-plugin] / src / it / tutorials-5.2.18 / basic / src / test / resources / hibernate.cfg.xml
index 03d3937..df55e96 100644 (file)
@@ -15,7 +15,7 @@
 
         <!-- Database connection settings -->
         <property name="connection.driver_class">org.h2.Driver</property>
-        <property name="connection.url">jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1;MVCC=TRUE</property>
+        <property name="connection.url">jdbc:h2:${project.build.directory}/db/test;MVCC=TRUE</property>
         <property name="connection.username">sa</property>
         <property name="connection.password"/>