Skip to content

Commit

Permalink
Don't include timestamp in javadoc
Browse files Browse the repository at this point in the history
Currently there is a (hidden) timestamp generated in the javadoc what is
not very useful for our use case where we want to replace artifacts by
the baseline version what means we have changes on each build.

This disable the generation of timestamps for javadoc to get more
reproducible builds.
  • Loading branch information
laeubi authored and akurtakov committed Nov 29, 2023
1 parent 649ee12 commit 207b017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eclipse-platform-parent/pom.xml
Expand Up @@ -617,6 +617,7 @@
<doclint>reference,html,syntax</doclint>
<splitindex>true</splitindex>
<breakiterator>true</breakiterator>
<notimestamp>true</notimestamp>
<encoding>UTF-8</encoding>
<charset>UTF-8</charset>
<use>true</use>
Expand Down

0 comments on commit 207b017

Please sign in to comment.