X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials-5.1.17%2Fannotations%2Fsrc%2Ftest%2Fresources%2Fhibernate.cfg.xml;h=df29d830663fd1f0edd7196bae6b1b6b705cff6c;hp=a9590c18778a866665c9dc1b5a64ef528827f8fc;hb=a57a7eb67922b3ad35fa2b18923d34993dc3fdbe;hpb=1f1d806f1f8d2f3ed4e3b3d41952bf504a9ef8a1 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 -