projects
/
hibernate-maven-plugin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
851ced4
)
Fixed bug: the execution is no more skipped after a failed build
author
Kai Moritz
<kai@juplo.de>
Sun, 20 Dec 2015 12:32:48 +0000
(13:32 +0100)
committer
Kai Moritz
<kai@juplo.de>
Mon, 7 Mar 2016 13:20:05 +0000
(14:20 +0100)
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.
No differences found