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