diff --git a/ccm-core/pom.xml b/ccm-core/pom.xml index b6a45760d..6f67d2dbf 100644 --- a/ccm-core/pom.xml +++ b/ccm-core/pom.xml @@ -351,6 +351,44 @@ + + de.jpdigital + hibernate5-ddl-maven-plugin + 1.0.0 + + target/generated-resources/hibernate5/sql/ddl/auto + + h2 + + oracle10g + postgresql9 + + + org.libreccm.categorization + org.libreccm.core + org.libreccm.formbuilder + org.libreccm.jpa + org.libreccm.l10n + org.libreccm.messaging + org.libreccm.notification + org.libreccm.portal + org.libreccm.runtime + org.libreccm.search.lucene + org.libreccm.web + org.libreccm.workflow + + ${basedir}/src/main/resources/META-INF/persistence-ddl.xml + true + + + + + gen-ddl + + process-classes + + +