The Targets EXPORT and NONE force excecution
authorKai Moritz <kai@coolibri.de>
Fri, 14 Dec 2012 01:13:05 +0000 (02:13 +0100)
committerKai Moritz <kai@coolibri.de>
Tue, 15 Jan 2013 20:38:09 +0000 (21:38 +0100)
commit8a2e08b6409034fd692c4bea72058f785e6802ad
tree5d49fe5dec83f2e23354ab0bf15038350404f6ce
parent55a33e35422b904b974a19d3d6368ded60ea1811
The Targets EXPORT and NONE force excecution

Otherwise, an explicitly requestes SQL-export or mapping-test-run would be
skipped, if no annotated class was modified.

If the export is skipped, this is signaled via the maven-property
hibernate.export.skipped.

Refactored name of the skip-property to an public final static String
src/main/java/de/juplo/plugins/hibernate4/Hbm2DdlMojo.java