From 258991dc5a3b13640834d1c8803f2eb840f8afea Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Tue, 31 Jan 2017 11:38:34 -0800 Subject: [PATCH] HADOOP-14018. shaded jars of hadoop-client modules are missing hadoop's root LICENSE and NOTICE files. Contributed by Elek, Marton. --- .../hadoop-client-api/pom.xml | 12 ++++++++-- .../hadoop-client-minicluster/pom.xml | 22 +++++++++++++++++-- .../hadoop-client-runtime/pom.xml | 16 ++++++++++++-- 3 files changed, 44 insertions(+), 6 deletions(-) diff --git a/hadoop-client-modules/hadoop-client-api/pom.xml b/hadoop-client-modules/hadoop-client-api/pom.xml index 4c8bcc616f..76610cda57 100644 --- a/hadoop-client-modules/hadoop-client-api/pom.xml +++ b/hadoop-client-modules/hadoop-client-api/pom.xml @@ -204,8 +204,16 @@ - - false + + NOTICE.txt + + + META-INF/LICENSE.txt + ${basedir}/../../LICENSE.txt + + + META-INF/NOTICE.txt + ${basedir}/../../NOTICE.txt diff --git a/hadoop-client-modules/hadoop-client-minicluster/pom.xml b/hadoop-client-modules/hadoop-client-minicluster/pom.xml index 83d2748d8b..c58ac38583 100644 --- a/hadoop-client-modules/hadoop-client-minicluster/pom.xml +++ b/hadoop-client-modules/hadoop-client-minicluster/pom.xml @@ -731,8 +731,26 @@ - - false + + + LICENSE + LICENSE.txt + NOTICE + NOTICE.txt + Grizzly_THIRDPARTYLICENSEREADME.txt + LICENSE.dom-documentation.txt + LICENSE.dom-software.txt + LICENSE.dom-documentation.txt + LICENSE.sax.txt + + + + META-INF/LICENSE.txt + ${basedir}/../../LICENSE.txt + + + META-INF/NOTICE.txt + ${basedir}/../../NOTICE.txt diff --git a/hadoop-client-modules/hadoop-client-runtime/pom.xml b/hadoop-client-modules/hadoop-client-runtime/pom.xml index cff332999a..151191c59e 100644 --- a/hadoop-client-modules/hadoop-client-runtime/pom.xml +++ b/hadoop-client-modules/hadoop-client-runtime/pom.xml @@ -292,8 +292,20 @@ - - false + + + NOTICE.txt + NOTICE + LICENSE + + + + META-INF/LICENSE.txt + ${basedir}/../../LICENSE.txt + + + META-INF/NOTICE.txt + ${basedir}/../../NOTICE.txt META-INF/jboss-beans.xml