You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by mi...@apache.org on 2015/10/14 08:32:12 UTC

hbase git commit: HBASE-14603 Disable timestamping of generated Javadocs so they are not all modified by each build

Repository: hbase
Updated Branches:
  refs/heads/master e5580c247 -> 64e30f121


HBASE-14603 Disable timestamping of generated Javadocs so they are not all modified by each build


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/64e30f12
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/64e30f12
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/64e30f12

Branch: refs/heads/master
Commit: 64e30f1217e759e5b5770911ef3ccabc91b06468
Parents: e5580c2
Author: Misty Stanley-Jones <ms...@cloudera.com>
Authored: Wed Oct 14 16:21:07 2015 +1000
Committer: Misty Stanley-Jones <ms...@cloudera.com>
Committed: Wed Oct 14 16:32:02 2015 +1000

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/64e30f12/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 36951ab..a4e4e7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2708,6 +2708,7 @@
             <artifactId>maven-clover2-plugin</artifactId>
             <version>${clover.version}</version>
             <configuration>
+              <notimestamp>true</notimestamp>
               <includesAllSourceRoots>true</includesAllSourceRoots>
               <includesTestSourceRoots>true</includesTestSourceRoots>
               <targetPercentage>50%</targetPercentage>