You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2016/10/09 16:54:20 UTC

[jira] [Created] (HBASE-16795) Revisit 'in project Maven repo' checked in as part of HBASE-14785

Andrew Purtell created HBASE-16795:
--------------------------------------

             Summary: Revisit 'in project Maven repo' checked in as part of HBASE-14785
                 Key: HBASE-16795
                 URL: https://issues.apache.org/jira/browse/HBASE-16795
             Project: HBase
          Issue Type: Bug
            Reporter: Andrew Purtell


I did a naive update of docs on branch-1.1 from master like so:
{noformat}
$ git co master src
...
{noformat}
and the result failed a RAT check. Looking at rat.txt I noticed we are including binaries in our source tarball, checked in as part of HBASE-14785. 
{noformat}
HBASE-14785 Addendum: Add an in-project Maven repo

 src/main/site/resources/css/site.css                             |   1 -
 .../maven-fluido-skin/1.5-HBASE/maven-fluido-skin-1.5-HBASE.jar  | Bin 0 -> 344936 bytes
 .../maven-fluido-skin/1.5-HBASE/maven-fluido-skin-1.5-HBASE.pom  | 718 ++++++++++++++++++++++++++++
 .../maven/skins/maven-fluido-skin/maven-metadata-local.xml       |  12 +
 4 files changed, 730 insertions(+), 1 deletion(-)
{noformat}
This was not the cause of the audit check failure. This change has been committed for over a year. Let's make sure we have discussed this and determined it is appropriate. 



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