X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials-5.0.12%2Fannotations%2Fsrc%2Ftest%2Fresources%2Fhibernate.cfg.xml;h=df29d830663fd1f0edd7196bae6b1b6b705cff6c;hp=a9590c18778a866665c9dc1b5a64ef528827f8fc;hb=d7c7a224ec7fcd450ffb9a99eecfaefcb1a38ef1;hpb=fe9c99046f93cbc5a14d7b5314dc1c5c06ae2b80 diff --git a/src/it/tutorials-5.0.12/annotations/src/test/resources/hibernate.cfg.xml b/src/it/tutorials-5.0.12/annotations/src/test/resources/hibernate.cfg.xml index a9590c18..df29d830 100644 --- a/src/it/tutorials-5.0.12/annotations/src/test/resources/hibernate.cfg.xml +++ b/src/it/tutorials-5.0.12/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 -