From: Kai Moritz Date: Wed, 16 Aug 2017 09:56:39 +0000 (+0200) Subject: Added the hibernate-maven-plugin to generate the schemata for all pu's X-Git-Tag: jpa-converters-1.0.0~3 X-Git-Url: https://juplo.de/gitweb/?p=jpa-converters;a=commitdiff_plain;h=ec7b19b3af030b6d30d751f4f959da5cd552572b Added the hibernate-maven-plugin to generate the schemata for all pu's --- diff --git a/pom.xml b/pom.xml index 0b86e21..826fb20 100755 --- a/pom.xml +++ b/pom.xml @@ -148,6 +148,63 @@ + + de.juplo + hibernate-maven-plugin + 2.1.0 + + false + true + true + + + + Schema for Persistence-Unit annotated + process-test-classes + + create + + + annotated + schema-annotated.sql + + + + Schema for Persistence-Unit xml + process-test-classes + + create + + + xml + schema-xml.sql + + + + Schema for Persistence-Unit data-model + process-test-classes + + create + + + data-model + schema-data-model.sql + + + + + + com.h2database + h2 + ${h2.version} + + + de.juplo.yourshouter.api + data-model + 1.5.1 + + +