You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/07/07 20:45:02 UTC

[maven-javadoc-plugin] branch master updated: Add notimestamp for reproducible builds test

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 <s....@gmail.com>
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>