This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b34e03  [Website] Remove timestamp from generated Javadoc HTML files 
(#12538)
0b34e03 is described below

commit 0b34e0363eb46f12cb147e822fffe74450bdfaca
Author: Matteo Merli <mme...@apache.org>
AuthorDate: Fri Oct 29 11:43:51 2021 -0700

    [Website] Remove timestamp from generated Javadoc HTML files (#12538)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 9d54f49..96f19a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1691,6 +1691,7 @@ flexible messaging model and an intuitive client 
API.</description>
           <artifactId>maven-javadoc-plugin</artifactId>
           <configuration>
             <doclint>none</doclint>
+            <notimestamp>true</notimestamp>
           </configuration>
         </plugin>
         <plugin>

Reply via email to