You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2016/12/10 00:53:59 UTC

[jira] [Commented] (HBASE-17286) LICENSE.txt in binary tarball contains only ASL text

    [ https://issues.apache.org/jira/browse/HBASE-17286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15736857#comment-15736857 ] 

Josh Elser commented on HBASE-17286:
------------------------------------

I've been trying to poke at this one without much success so far. I did find that I needed to bump the extra.enforcer.version to beta-6 instead of beta-3 to get around https://github.com/mojohaus/extra-enforcer-rules/issues/13

{noformat}
diff --git a/pom.xml b/pom.xml
index efe7b72..b619ae0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1304,7 +1304,7 @@
     <!-- Surefire argLine defaults to Linux, cygwin argLine is used in the os.windows profile -->
     <argLine>${hbase-surefire.argLine}</argLine>
     <jacoco.version>0.7.5.201505241946</jacoco.version>
-    <extra.enforcer.version>1.0-beta-3</extra.enforcer.version>
+    <extra.enforcer.version>1.0-beta-6</extra.enforcer.version>
     <!-- Location of test resources -->
     <test.build.classes>${project.build.directory}/test-classes</test.build.classes>
     <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
{noformat}

> LICENSE.txt in binary tarball contains only ASL text
> ----------------------------------------------------
>
>                 Key: HBASE-17286
>                 URL: https://issues.apache.org/jira/browse/HBASE-17286
>             Project: HBase
>          Issue Type: Bug
>          Components: build
>            Reporter: Josh Elser
>            Priority: Blocker
>             Fix For: 2.0.0
>
>
> Noticed this one today because I needed to make sure LICENSE was getting updated for a patch-in-progress.
> What I'm presently seeing after invoking {{mvn clean package assembly:single -DskipTests -Drat.skip -Prelease}} on master is that the LICENSE.txt file contains only the ASL text (which I know for certain it should contain BSD and MIT as well).
> I checked branch-1.2 which has lots of extra greatness, so it seems like something happened in master which broke this. Filing this now so we can try to bisect and figure out what happened.
> FYI, this is the one I was chatting you about [~busbey].



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)