Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3DFA3185E3 for ; Thu, 20 Aug 2015 00:03:46 +0000 (UTC) Received: (qmail 14922 invoked by uid 500); 20 Aug 2015 00:03:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 14872 invoked by uid 500); 20 Aug 2015 00:03:46 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 14851 invoked by uid 99); 20 Aug 2015 00:03:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2015 00:03:46 +0000 Date: Thu, 20 Aug 2015 00:03:45 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14249) shaded jar modules create spurious source and test jars with incorrect LICENSE/NOTICE info MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-14249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14704019#comment-14704019 ] Andrew Purtell commented on HBASE-14249: ---------------------------------------- Now I have the RAT problem too > shaded jar modules create spurious source and test jars with incorrect LICENSE/NOTICE info > ------------------------------------------------------------------------------------------ > > Key: HBASE-14249 > URL: https://issues.apache.org/jira/browse/HBASE-14249 > Project: HBase > Issue Type: Bug > Components: build > Affects Versions: 2.0.0, 1.2.0, 1.1.2, 1.3.0 > Reporter: Sean Busbey > Assignee: Andrew Purtell > Priority: Blocker > Attachments: HBASE-14249.patch, HBASE-14249.patch, HBASE-14249.patch, effective-pom.xml > > > the shaded jar modules don't need to create a source or test jar (because the jars contain nothing other than META-INF) > currently we create > * the test jars are missing LICENSE > * source jars have LICENSE/NOTICE files that claim all the bundled works in the normal jar. > {code} > hbase-1.1.2-rc0 busbey$ find hbase-shaded-server-1.1.2-sources.jar/ > hbase-shaded-server-1.1.2-sources.jar/ > hbase-shaded-server-1.1.2-sources.jar//META-INF > hbase-shaded-server-1.1.2-sources.jar//META-INF/LICENSE > hbase-shaded-server-1.1.2-sources.jar//META-INF/MANIFEST.MF > hbase-shaded-server-1.1.2-sources.jar//META-INF/NOTICE > hbase-1.1.2-rc0 busbey$ find hbase-shaded-client-1.1.2-sources.jar/ > hbase-shaded-client-1.1.2-sources.jar/ > hbase-shaded-client-1.1.2-sources.jar//META-INF > hbase-shaded-client-1.1.2-sources.jar//META-INF/LICENSE > hbase-shaded-client-1.1.2-sources.jar//META-INF/MANIFEST.MF > hbase-shaded-client-1.1.2-sources.jar//META-INF/NOTICE > hbase-1.1.2-rc0 busbey$ find hbase-shaded-client-1.1.2-tests.jar/ > hbase-shaded-client-1.1.2-tests.jar/ > hbase-shaded-client-1.1.2-tests.jar//META-INF > hbase-shaded-client-1.1.2-tests.jar//META-INF/NOTICE > hbase-1.1.2-rc0 busbey$ find hbase-shaded-server-1.1.2-tests.jar/ > hbase-shaded-server-1.1.2-tests.jar/ > hbase-shaded-server-1.1.2-tests.jar//META-INF > hbase-shaded-server-1.1.2-tests.jar//META-INF/NOTICE > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)