Reworked configuration and the tracking thereof
authorKai Moritz <kai@juplo.de>
Wed, 16 Dec 2015 17:08:56 +0000 (18:08 +0100)
committerKai Moritz <kai@juplo.de>
Sun, 20 Dec 2015 20:08:53 +0000 (21:08 +0100)
commit6dff3bfb0f9ea7a1d0cc56398aaad29e31a17b91
tree04e570e7ab4becb36aa942847e2cd5c7bde356d2
parentb316a5b4122c3490047b68e1e4a6df205645aad5
Reworked configuration and the tracking thereof

 * Moved common parameters from CreateMojo to AbstractSchemaMojo
 * Reordered parameters into sensible groups
 * Renamed the maven-property-names of the parameters
 * All configuration-parameters are tracked, not only hibernate-parameters
 * Introduced special treatment for some of the plugin-parameters (export
   and show)
14 files changed:
src/it/hib-test/pom.xml
src/it/hibernate4-maven-plugin-envers-sample/pom.xml
src/it/properties/pom.xml
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
src/it/tutorials/osgi/unmanaged-jpa/pom.xml
src/it/tutorials/osgi/unmanaged-native/pom.xml
src/main/java/de/juplo/plugins/hibernate/AbstractSchemaMojo.java
src/main/java/de/juplo/plugins/hibernate/CreateMojo.java
src/main/java/de/juplo/plugins/hibernate/ModificationTracker.java