X-Git-Url: https://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=b3f8db2fdd9eddbaac002f94068dd1b4e6aef9a8;hpb=4b6fc12d443b0594310e5922e6ad763891d5d8fe 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 -