From: Kai Moritz Date: Mon, 21 Dec 2015 16:01:42 +0000 (+0100) Subject: Fixed bug regarding the skipping of unmodified builds X-Git-Tag: hibernate-maven-plugin-2.0.0~7 X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=commitdiff_plain;h=9d6e06c972ddda45bf0cd2e6a5e11d8fa319c290;hp=9d6e06c972ddda45bf0cd2e6a5e11d8fa319c290 Fixed bug regarding the skipping of unmodified builds If a property or class was removed, its value or md5sum stayed in the set of md5sums, so that each following build (without a clean) was juged as modified. ---