Version 1.10
Changes in this release:
- Contains a workaround to an alleged bug in Ant, which has been discovered and reported here: https://bz.apache.org/bugzilla/show_bug.cgi?id=66504
- Added target
clean-reports
, which only cleans test report files (JUnit and JaCoCo) - Configurable output folders for unit test and coverage reports. This can be useful in the case of a "super-project" where the results of tests in sub-projects can be merged in a single "super-report" (works both for JUnit and JaCoCo).
- The
test
task no longer generates unit test and coverage reports. Those actions are now in their own targets,junit-report
andjacoco-report