Skip to content

Commit 26d84b2

Browse files
Add notimestamp for reproducible builds test
1 parent 92ce668 commit 26d84b2

File tree

1 file changed

+3
-0
lines changed
  • src/it/projects/reproducible

1 file changed

+3
-0
lines changed

src/it/projects/reproducible/pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
<groupId>org.apache.maven.plugins</groupId>
4040
<artifactId>maven-javadoc-plugin</artifactId>
4141
<version>@project.version@</version>
42+
<configuration>
43+
<notimestamp>true</notimestamp>
44+
</configuration>
4245
</plugin>
4346
</plugins>
4447
</build>

0 commit comments

Comments
 (0)