From: Kai Moritz Date: Tue, 11 Dec 2012 16:30:19 +0000 (+0100) Subject: Skipping of unchanged scenarios is now based on MD5-sums of all classes X-Git-Tag: hibernate4-maven-plugin-1.0.1~15 X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=commitdiff_plain;h=a2859d3177a64880ca429d4dfd9437a7fb78dede;hp=a2859d3177a64880ca429d4dfd9437a7fb78dede 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. ---