Skipping of unchanged scenarios is now based on MD5-sums of all classes
authorKai Moritz <kai@coolibri.de>
Tue, 11 Dec 2012 16:30:19 +0000 (17:30 +0100)
committerKai Moritz <kai@coolibri.de>
Thu, 13 Dec 2012 08:19:16 +0000 (09:19 +0100)
commita2859d3177a64880ca429d4dfd9437a7fb78dede
tree0db67cc4e061195ed73d88dacbf3367488df5b3f
parenta4de03f352b21ce6abad570d2753467e3a972a10
Skipping of unchanged scenarios is now based on MD5-sums of all classes

When working with Netbeans, the schema was often rebuild without need.
The cause of this behaviour was, that Netbeans (or Maven itself) sometimes
touches unchanged classes. To avoid this, hibernat4-maven-plugin now
calculates MD5-sums for all annotated classes and compares these instead of
the last-modified value.
src/main/java/de/juplo/plugins/hibernate4/Hbm2DdlMojo.java