From c8a9407f5ab341b1ce24c399df3f7c1a2d2577cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeronimo=20L=C3=B3pez?= Date: Sun, 21 Oct 2018 14:14:28 +0200 Subject: [PATCH] Shading signed JARs will fail without this http://stackoverflow.com/questions/999489/invalid-signature-file-when-attempting-to-run-a-jar --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 9cc79d7..5d671c2 100644 --- a/pom.xml +++ b/pom.xml @@ -145,6 +145,16 @@ questions. org.openjdk.jmh.Main + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + +