From 410eacfd6a6a23e08c52b43ede67e6a15f9dff7a Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 11 Apr 2019 17:33:05 -0400 Subject: [PATCH] pom: add reproducable build plugin The previous attempt at this was running the reproducable-build-maven-plugin after jarsigning, which results in the jar not verifying correctly. --- pom.xml | 14 ++++++++++++++ runelite-client/pom.xml | 5 +++++ 2 files changed, 19 insertions(+) diff --git a/pom.xml b/pom.xml index e9cdd43974..08d390fabd 100644 --- a/pom.xml +++ b/pom.xml @@ -226,6 +226,20 @@ true + + io.github.zlika + reproducible-build-maven-plugin + 0.7 + + + + package + + strip-jar + + + + diff --git a/runelite-client/pom.xml b/runelite-client/pom.xml index 607dd8e1a0..15ef217c8c 100644 --- a/runelite-client/pom.xml +++ b/runelite-client/pom.xml @@ -347,6 +347,11 @@ + + + io.github.zlika + reproducible-build-maven-plugin + org.apache.maven.plugins maven-jarsigner-plugin