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