You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/12/08 19:55:38 UTC

[maven-release] branch master updated: MRELEASE-1035 make build reproducible

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 342e193  MRELEASE-1035 make build reproducible
342e193 is described below

commit 342e193df61862af84e79e7044d1949d600a1ee8
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Dec 8 20:55:34 2019 +0100

    MRELEASE-1035 make build reproducible
---
 pom.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 16c920e..6eb56d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -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>