We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ce668 commit 26d84b2Copy full SHA for 26d84b2
src/it/projects/reproducible/pom.xml
@@ -39,6 +39,9 @@
39
<groupId>org.apache.maven.plugins</groupId>
40
<artifactId>maven-javadoc-plugin</artifactId>
41
<version>@project.version@</version>
42
+ <configuration>
43
+ <notimestamp>true</notimestamp>
44
+ </configuration>
45
</plugin>
46
</plugins>
47
</build>
0 commit comments