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

This commit is contained in:
Misty Stanley-Jones 2015-10-14 16:21:07 +10:00
parent e5580c247c
commit 64e30f1217
1 changed files with 1 additions and 0 deletions

View File

@ -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>