diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index bd1051eea21..8ba6c7bf280 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -134,6 +134,9 @@ Release 2.0.3-alpha - Unreleased HADOOP-9241. DU refresh interval is not configurable (harsh) + HADOOP-9247. Parametrize Clover "generateXxx" properties to make them + re-definable via -D in mvn calls. (Ivan A. Veselovsky via suresh) + OPTIMIZATIONS HADOOP-8866. SampleQuantiles#query is O(N^2) instead of O(N). (Andrew Wang diff --git a/pom.xml b/pom.xml index f62b94748c1..2357155d795 100644 --- a/pom.xml +++ b/pom.xml @@ -409,6 +409,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs ${user.home}/.clover.license ${project.build.directory}/clover/hadoop-coverage.db + + true + true + true + false @@ -422,8 +434,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs ${cloverDatabase} 50% ${project.build.directory}/clover - true - true + ${cloverAlwaysReport} + ${cloverGenHtml} + ${cloverGenXml} + ${cloverGenHistorical}