Fixed NullPointerException, when dialect is specified in properties-file
authorKai Moritz <km@juplo.de>
Mon, 27 Oct 2014 08:04:48 +0000 (09:04 +0100)
committerKai Moritz <km@juplo.de>
Tue, 28 Oct 2014 13:11:10 +0000 (14:11 +0100)
commit74c0dd783b84c90e116f3e7f1c8d6109845ba71f
tree4997ac1dc1baf6eb86500611bc62223f7ca451a6
parentd27f7af23c82167e873ce143e50ce9d9a65f5e61
Fixed NullPointerException, when dialect is specified in properties-file

Also added an integration test-case, that proofed, that the error was
solved.
src/it/properties/h2.sql [new file with mode: 0644]
src/it/properties/pom.xml [new file with mode: 0644]
src/it/properties/src/main/java/de/juplo/plugins/hibernate4/tests/SimplestMavenHib4Test.java [new file with mode: 0644]
src/it/properties/src/main/resources/hibernate.properties [new file with mode: 0644]
src/it/properties/verify.bsh [new file with mode: 0644]
src/main/java/de/juplo/plugins/hibernate4/Hbm2DdlMojo.java