HBASE-14603 Disable timestamping of generated Javadocs so they are not all modified by each build
This commit is contained in:
parent
e5580c247c
commit
64e30f1217
1
pom.xml
1
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>
|
||||
|
|
Loading…
Reference in New Issue