Skip to content

Commit 154ec8d

Browse files
committed
allow reproducible build
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent 98c92b9 commit 154ec8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@
6666
</licenses>
6767

6868
<properties>
69-
<project.build.commonResourcesDirectory>${project.build.directory}/common-resources
70-
</project.build.commonResourcesDirectory>
69+
<project.build.commonResourcesDirectory>${project.build.directory}/common-resources</project.build.commonResourcesDirectory>
7170
<legal.doc.source>${project.build.commonResourcesDirectory}/legal</legal.doc.source>
7271
<copyright.exclude>${project.build.commonResourcesDirectory}/config/copyright-exclude</copyright.exclude>
7372
<copyright.ignoreyear>false</copyright.ignoreyear>
@@ -77,6 +76,7 @@
7776
<spotbugs.threshold>High</spotbugs.threshold>
7877
<spotbugs.plugin.version>4.8.3.1</spotbugs.plugin.version>
7978

79+
<project.build.outputTimestamp>2024-02-14T00:00:00Z</project.build.outputTimestamp>
8080
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8181
<angus-mail.javadoc.source>11</angus-mail.javadoc.source>
8282
<angus-mail.javadoc.title>Angus Mail API documentation</angus-mail.javadoc.title>

0 commit comments

Comments
 (0)