From: Robert Varga Date: Thu, 2 Mar 2023 12:15:46 +0000 (+0100) Subject: Add correct license to atomix-storage artifact X-Git-Tag: v7.0.5~62 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=999457fc8533011c3ec721edf67695bd5f5d4944;hp=3881f042280edaaeecb263dac2829a1c45f51660 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 --- 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 - - - -