From 999457fc8533011c3ec721edf67695bd5f5d4944 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 2 Mar 2023 13:15:46 +0100 Subject: [PATCH] Add correct license to atomix-storage artifact Override default license packaging with Apache license. JIRA: CONTROLLER-2071 Change-Id: I41f22660985aa59e1b7050f0205111e5b06393d2 Signed-off-by: Robert Varga --- third-party/atomix/storage/pom.xml | 59 ++++++++++++++++++++++-------- 1 file changed, 44 insertions(+), 15 deletions(-) diff --git a/third-party/atomix/storage/pom.xml b/third-party/atomix/storage/pom.xml index 66d52d1b92..110a87e18e 100644 --- a/third-party/atomix/storage/pom.xml +++ b/third-party/atomix/storage/pom.xml @@ -81,6 +81,50 @@ + + + maven-dependency-plugin + + + unpack-license + + true + + + + + + maven-antrun-plugin + + + copy-license + prepare-package + + run + + + + + + + + + + + maven-checkstyle-plugin + + + check-license + + check + + + true + + + + + org.apache.felix maven-bundle-plugin @@ -109,21 +153,6 @@ - - maven-checkstyle-plugin - - - check-license - - check - - - - true - - - - -- 2.36.6