From 9e9ad7eb38899cfc98f807b0d857324ff2cc0d42 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 31 Mar 2018 17:29:41 -0400 Subject: [PATCH] Add maven-jar-plugin 3.0.2 to plugin management This uses a newer version of maven-archiver which supports reproducable builds. --- cache/pom.xml | 1 - pom.xml | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/cache/pom.xml b/cache/pom.xml index e082dade53..88ebcebb35 100644 --- a/cache/pom.xml +++ b/cache/pom.xml @@ -161,7 +161,6 @@ org.apache.maven.plugins maven-jar-plugin - 3.0.2 diff --git a/pom.xml b/pom.xml index d8fe924a63..0dbfcbac35 100644 --- a/pom.xml +++ b/pom.xml @@ -216,6 +216,15 @@ + + + + org.apache.maven.plugins + maven-jar-plugin + 3.0.2 + + + org.apache.maven.wagon