Skip to content

Commit

Permalink
MRELEASE-1035 make build reproducible
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Dec 8, 2019
1 parent afd175d commit 342e193
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<javaVersion>7</javaVersion>
<mavenVersion>3.0</mavenVersion>
<maven.site.path>maven-release-archives/maven-release-LATEST</maven.site.path>
<project.build.outputTimestamp>2019-11-23T17:28:05Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2019-12-08T19:56:05Z</project.build.outputTimestamp>
</properties>

<build>
Expand All @@ -103,6 +103,19 @@
</excludes>
</configuration>
</plugin>
<!-- Reproducible Builds plugins: to be removed once parent POM updated to 34 -->
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.2.0</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 342e193

Please sign in to comment.