Skip to content

Commit

Permalink
Add notimestamp for reproducible builds test
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jul 7, 2022
1 parent 92ce668 commit 26d84b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/it/projects/reproducible/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 26d84b2

Please sign in to comment.