Refined reimplementation of the plugin for Hibernate 5.x
authorKai Moritz <kai@juplo.de>
Fri, 16 Oct 2015 10:16:30 +0000 (12:16 +0200)
committerKai Moritz <kai@juplo.de>
Sun, 20 Dec 2015 20:08:48 +0000 (21:08 +0100)
commit4940080670944a15916c68fb294e18a6bfef12d5
treef2566b4aed40ca62094af0ba6938f427c7579c9e
parentfdda82a6f76deefd10f83da89d7e82054e3c3ecd
Refined reimplementation of the plugin for Hibernate 5.x

Renamed the plugin from hibernate4-maven-plugin to hibernate-maven-plugin,
because the goal is, to support all recent older versions with the new
plugin.
44 files changed:
pom.xml
src/it/dependency test/h4mp/pom.xml
src/it/h4mp-mod/pom.xml
src/it/h4mp-mod/schema.sql
src/it/hib-test/h2.sql
src/it/hib-test/oracle.sql
src/it/hib-test/pom.xml
src/it/hib-test/postgres.sql
src/it/hibernate4-maven-plugin-envers-sample/README.md
src/it/hibernate4-maven-plugin-envers-sample/pom.xml
src/it/ignored-dependency/main/pom.xml
src/it/ignored-dependency/schema.sql
src/it/properties/h2.sql
src/it/properties/pom.xml
src/it/schemaexport-example/schema.sql
src/it/schemaexport-example/schemaexport-example-persistence-impl/pom.xml
src/it/tutorials/annotations/pom.xml
src/it/tutorials/basic/pom.xml
src/it/tutorials/entitymanager/pom.xml
src/it/tutorials/envers/pom.xml
src/it/tutorials/osgi/managed-jpa/pom.xml [changed mode: 0755->0644]
src/it/tutorials/osgi/unmanaged-jpa/pom.xml [changed mode: 0755->0644]
src/it/tutorials/osgi/unmanaged-native/pom.xml [changed mode: 0755->0644]
src/it/tutorials/schema-annotations.sql
src/it/tutorials/schema-basic.sql
src/it/tutorials/schema-entitymanager.sql
src/it/tutorials/schema-envers.sql
src/it/tutorials/schema-osgi-managed-jpa.sql
src/it/tutorials/schema-osgi-unmanaged-jpa.sql
src/it/tutorials/schema-osgi-unmanaged-native.sql
src/main/java/de/juplo/plugins/hibernate/AbstractSchemaMojo.java [new file with mode: 0644]
src/main/java/de/juplo/plugins/hibernate/CreateMojo.java [new file with mode: 0644]
src/main/java/de/juplo/plugins/hibernate/ModificationTracker.java [new file with mode: 0644]
src/main/java/de/juplo/plugins/hibernate/SimpleConnectionProvider.java [new file with mode: 0644]
src/main/java/de/juplo/plugins/hibernate4/Hbm2DdlMojo.java [deleted file]
src/main/java/de/juplo/plugins/hibernate4/ValidationConfiguration.java [deleted file]
src/main/java/org/hibernate/cfg/beanvalidation/TypeSafeActivatorAccessor.java [deleted file]
src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml [deleted file]
src/site/xhtml/configuration.xhtml
src/site/xhtml/debugging.xhtml
src/site/xhtml/force.xhtml
src/site/xhtml/index.xhtml
src/site/xhtml/pitfalls.xhtml
src/site/xhtml/skip.xhtml