Skip to content

Commit 5b92d00

Browse files
committed
[ITB-971] Added build timestamp in all JARs' manifests.
1 parent 9f20909 commit 5b92d00

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,21 @@
204204
</dependencies>
205205
</dependencyManagement>
206206

207+
<build>
208+
<plugins>
209+
<plugin>
210+
<groupId>org.apache.maven.plugins</groupId>
211+
<artifactId>maven-jar-plugin</artifactId>
212+
<version>3.2.0</version>
213+
<configuration>
214+
<archive>
215+
<manifestEntries>
216+
<Build-Timestamp>${validatorTimestamp}</Build-Timestamp>
217+
</manifestEntries>
218+
</archive>
219+
</configuration>
220+
</plugin>
221+
</plugins>
222+
</build>
223+
207224
</project>

0 commit comments

Comments
 (0)