From f8ba273719645a143890ac25f98dd96805c8aafd Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Tue, 2 Feb 2021 18:51:30 +0100 Subject: [PATCH] Include license material in native jar (#173) Motivation: As we statically link against boringssl and quiche we should include the license material in the jar for attribution. Modifications: Add license material Result: Do proper attribution --- pom.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 768d307ea..be4fabad3 100644 --- a/pom.xml +++ b/pom.xml @@ -492,9 +492,9 @@ - + - copy-native-lib + copy-native-lib-and-license process-test-resources run @@ -508,6 +508,14 @@ + + + + + + + + @@ -747,9 +755,12 @@ default-jar - + META-INF/native/** + META-INF/license/** + META-INF/NOTICE.txt + META-INF/LICENSE.txt