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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 26d84b26 Add notimestamp for reproducible builds test
26d84b26 is described below

commit 26d84b264b7a010783ce9373a6f6ebc33bdb0a3b
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Jul 7 22:42:25 2022 +0200

    Add notimestamp for reproducible builds test
---
 src/it/projects/reproducible/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/it/projects/reproducible/pom.xml 
b/src/it/projects/reproducible/pom.xml
index 32569ee6..78cca7e8 100644
--- a/src/it/projects/reproducible/pom.xml
+++ b/src/it/projects/reproducible/pom.xml
@@ -39,6 +39,9 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>@project.version@</version>
+        <configuration>
+          <notimestamp>true</notimestamp>
+        </configuration>
       </plugin>
     </plugins>
   </build>

Reply via email to