From 472fd3fa7df67ef9ee005ee8770893e927fa1ace Mon Sep 17 00:00:00 2001 From: Mateusz Rzeszutek Date: Tue, 14 Mar 2023 08:50:41 +0100 Subject: [PATCH] Fix license file included in built jars --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 8a44d1e0..4fc61324 100644 --- a/pom.xml +++ b/pom.xml @@ -307,9 +307,17 @@ about.html google/protobuf/**/*.proto mozilla/*.txt + META-INF/LICENSE* + META-INF/NOTICE* + + + META-INF/LICENSE + ${project.basedir}/../LICENSE + + org.slf4j:*