From afd0087d92f66e46a4c1ca5e2c0bec166388be25 Mon Sep 17 00:00:00 2001 From: gjoranv Date: Thu, 3 Feb 2022 02:05:19 +0100 Subject: Improve maven-shade-plugin filter, and move to parent pom. - Removes 223 build warnings (out of 562 for building non-test code) --- parent/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'parent') diff --git a/parent/pom.xml b/parent/pom.xml index 2ec0a975c8e..cac01fc6d5e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -172,6 +172,30 @@ org.apache.maven.plugins maven-shade-plugin ${maven-shade-plugin.version} + + + + + + *:* + + + module-info.class + + META-INF/versions/*/module-info.class + + META-INF/LICENSE* + META-INF/NOTICE* + + META-INF/MANIFEST.MF + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + org.apache.maven.plugins -- cgit v1.2.3