From f70d5505f64d9fc3a3b1d50e677732233f418931 Mon Sep 17 00:00:00 2001 From: Christian Smejkal Date: Thu, 9 Mar 2023 22:36:15 +0100 Subject: [PATCH] Exclude logback.xml from final jar files --- library/pom.xml | 10 ++++++++++ validator/pom.xml | 3 +++ 2 files changed, 13 insertions(+) diff --git a/library/pom.xml b/library/pom.xml index d1264060..3edb026f 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -155,6 +155,16 @@ 8 + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + **/logback.xml + + + org.apache.maven.plugins maven-shade-plugin diff --git a/validator/pom.xml b/validator/pom.xml index 1a06a30a..f30d9a4c 100644 --- a/validator/pom.xml +++ b/validator/pom.xml @@ -157,6 +157,9 @@ maven-jar-plugin 3.2.0 + + **/logback.xml + true