Introduced the goal "drop"
authorKai Moritz <kai@juplo.de>
Wed, 16 Dec 2015 21:09:00 +0000 (22:09 +0100)
committerKai Moritz <kai@juplo.de>
Sun, 20 Dec 2015 20:08:58 +0000 (21:08 +0100)
commit8e5921c9e76b4540f1d4b75e05e338001145ff6d
tree49e692c2ceb5dd2fd695dcddd336959f5d009aa8
parent6dff3bfb0f9ea7a1d0cc56398aaad29e31a17b91
Introduced the goal "drop"

 * Fixed integration-test hibernate4-maven-plugin-envers-sample by adapting
   it to the new drop-goal
 * Adapted the other integration-tests to the new naming schema for the
   create-script
src/it/h4mp-mod/verify.bsh
src/it/hibernate4-maven-plugin-envers-sample/create-tables-hsqldb.sql
src/it/hibernate4-maven-plugin-envers-sample/drop-tables-hsqldb.sql
src/it/hibernate4-maven-plugin-envers-sample/pom.xml
src/it/ignored-dependency/verify.bsh
src/it/properties/verify.bsh
src/it/schemaexport-example/verify.bsh
src/it/tutorials/verify.bsh
src/main/java/de/juplo/plugins/hibernate/CreateMojo.java
src/main/java/de/juplo/plugins/hibernate/DropMojo.java [new file with mode: 0644]