X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials-5.1.17%2Fannotations%2Fsrc%2Ftest%2Fresources%2Fhibernate.cfg.xml;fp=src%2Fit%2Ftutorials-5.1.17%2Fannotations%2Fsrc%2Ftest%2Fresources%2Fhibernate.cfg.xml;h=df29d830663fd1f0edd7196bae6b1b6b705cff6c;hp=a9590c18778a866665c9dc1b5a64ef528827f8fc;hb=40e2f2b4f5c2050c8673b5be8a2d374c003acd98;hpb=3990b3badc8320a705c9899b0a63f40b4b219d1a diff --git a/src/it/tutorials-5.1.17/annotations/src/test/resources/hibernate.cfg.xml b/src/it/tutorials-5.1.17/annotations/src/test/resources/hibernate.cfg.xml index a9590c18..df29d830 100644 --- a/src/it/tutorials-5.1.17/annotations/src/test/resources/hibernate.cfg.xml +++ b/src/it/tutorials-5.1.17/annotations/src/test/resources/hibernate.cfg.xml @@ -15,7 +15,7 @@ org.h2.Driver - jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1;MVCC=TRUE + jdbc:h2:${project.build.directory}/db/test;MVCC=TRUE sa @@ -31,9 +31,6 @@ true - - create -