Fixed bug: the execution is no more skipped after a failed build
authorKai Moritz <kai@juplo.de>
Sun, 20 Dec 2015 12:32:48 +0000 (13:32 +0100)
committerKai Moritz <kai@juplo.de>
Mon, 7 Mar 2016 13:20:05 +0000 (14:20 +0100)
commit851ced4e14fefba16b690155b698e7a39670e196
tree82f156913c087723497a21d84351bd6e665f7f89
parent08649780d2cd70f2861298d683aa6b1945d43cda
Fixed bug: the execution is no more skipped after a failed build

After a failed build, further executions of the plugin were skipped, because
the MD5-summs suggested, that nothing is to do because nothing has changed.
Because of that, the MD5-summs are now removed in case of a failure.
src/main/java/de/juplo/plugins/hibernate/AbstractSchemaMojo.java
src/main/java/de/juplo/plugins/hibernate/ModificationTracker.java