mirror of
https://github.com/apache/struts.git
synced 2026-08-05 22:56:59 +00:00
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
This commit is contained in:
@@ -96,6 +96,9 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.build.outputTimestamp>now</project.build.outputTimestamp>
|
||||
|
||||
<!-- Dependencies -->
|
||||
<ognl.version>3.1.28</ognl.version>
|
||||
<spring.platformVersion>4.3.26.RELEASE</spring.platformVersion>
|
||||
<asm.version>7.3.1</asm.version>
|
||||
@@ -210,18 +213,6 @@
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>update-impact</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.updateimpact</groupId>
|
||||
<artifactId>updateimpact-maven-plugin</artifactId>
|
||||
<version>1.0.12</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<build>
|
||||
@@ -354,6 +345,8 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<!-- See https://issues.apache.org/jira/browse/MRELEASE-1029 -->
|
||||
<version>3.0.0-M1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user