Revert "HBASE-14603 Disable timestamping of generated Javadocs so they are not all modified by each build"
It does not actually work. :(
This reverts commit 64e30f1217
.
This commit is contained in:
parent
0099ec6397
commit
ad5d02c360
1
pom.xml
1
pom.xml
|
@ -2701,7 +2701,6 @@
|
|||
<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