From: Kai Moritz Date: Tue, 11 Dec 2012 16:02:14 +0000 (+0100) Subject: hibernate4:export is skipped, when annotated classes are unchanged X-Git-Tag: hibernate4-maven-plugin-1.0.1~16 X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=commitdiff_plain;h=a4de03f352b21ce6abad570d2753467e3a972a10;hp=a4de03f352b21ce6abad570d2753467e3a972a10 hibernate4:export is skipped, when annotated classes are unchanged Hbm2DdlMojo now checks the last-modified-timestamp of all found annotated classes and aborts the schema-generation, when no class has changed and no new class was added since the last execution. It then sets a maven-property, to indicate to other plugins, that the generation was skipped. ---