From a5d638d809ae83036e24f5bd08d5c4cf87ba749b Mon Sep 17 00:00:00 2001 From: Mike Drob Date: Thu, 18 May 2017 15:19:21 -0700 Subject: [PATCH] HBASE-17286 Add goal to remote-resources plugin With Apache parent pom v12 our remote-resources-plugin execution id was shadowing the parent declaration, and our configuration would get run to aggregate LICENSE files correctly. When upgrading to v18, apache changed the execution id, so our configuration no longer gets used. Add an explicit goal to our usage of the remote-resources-plugin and change the name to something more descriptive and less likely to conflict (either intentionally or not). --- hbase-assembly/pom.xml | 5 ++++- hbase-shaded/pom.xml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml index 19bf5f04c0..79d154d173 100644 --- a/hbase-assembly/pom.xml +++ b/hbase-assembly/pom.xml @@ -44,7 +44,10 @@ 1.5 - default + aggregate-licenses + + process + ${build.year} diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml index 10edf428d9..520eb6145b 100644 --- a/hbase-shaded/pom.xml +++ b/hbase-shaded/pom.xml @@ -72,7 +72,10 @@ 1.5 - default + aggregate-licenses + + process + ${build.year} -- 2.13.0