Skip to content

Commit 82bc60c

Browse files
committed
Adds outputTimestamp property to support reproducible build
See the link for more details https://lists.apache.org/thread.html/r27ebcfec6431dc5f4830744e3567f082d8f140dc579f2a35408ea25c%40%3Cusers.maven.apache.org%3E
1 parent fbe06c0 commit 82bc60c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104

105105
<properties>
106106
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
107+
<project.build.outputTimestamp>now</project.build.outputTimestamp>
107108
<java.version>1.8</java.version>
108109

109110
<!-- dependency versions in alphanumeric order -->
@@ -404,6 +405,8 @@
404405
<plugin>
405406
<groupId>org.apache.maven.plugins</groupId>
406407
<artifactId>maven-release-plugin</artifactId>
408+
<!-- See https://issues.apache.org/jira/browse/MRELEASE-1029 -->
409+
<version>3.0.0-M1</version>
407410
</plugin>
408411
<plugin>
409412
<artifactId>maven-jar-plugin</artifactId>

0 commit comments

Comments
 (0)