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)
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.


No differences found