X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials%2Fannotations%2Fsrc%2Ftest%2Fresources%2Fhibernate.cfg.xml;h=d9ae1f537388184cf2c02bb97def009ffef7cf2e;hp=aa1abfdeae069f9b4b42ebf1d2a7b6664c211811;hb=9e37fd1049f8a6794396cd7c8879dc413fbcb87c;hpb=70bd20689badc18bed866b3847565e1278433503 diff --git a/src/it/tutorials/annotations/src/test/resources/hibernate.cfg.xml b/src/it/tutorials/annotations/src/test/resources/hibernate.cfg.xml index aa1abfde..d9ae1f53 100644 --- a/src/it/tutorials/annotations/src/test/resources/hibernate.cfg.xml +++ b/src/it/tutorials/annotations/src/test/resources/hibernate.cfg.xml @@ -32,7 +32,7 @@ org.h2.Driver - jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1;MVCC=TRUE + jdbc:h2:${project.build.directory}/db/test;MVCC=TRUE sa @@ -48,9 +48,6 @@ true - - create -