- Resources are now overwritten when building over a previous build
When building withoutclean, files in an already-existing.woaare now overwritten instead of being skipped. Previously the existing destination files were left in place (and logged with a warning per file), which could leave stale resources in the bundle on a non-clean rebuild — and produced a wall of warnings for projects with many resources. The build now reflects the current source on every run.
Also: dependency and build-plugin updates (maven-core, slf4j, junit, surefire/failsafe).
Full Changelog: v1.1.4...v1.1.5