[
https://issues.apache.org/jira/browse/HBASE-12349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16134149#comment-16134149
]
Sean Busbey commented on HBASE-12349:
-------------------------------------
generated source tarball with:
{code}
$ git clean -xdfff
$ mvn clean install -DskipTests assembly:single
-Dassembly.file=hbase-assembly/src/main/assembly/src.xml -Prelease
{code}
Looks like it's got some extra cruft:
{code}
$ mkdir /tmp/hbase_cc0b245_src
$ tar -C /tmp/hbase_cc0b245_src -xzf
hbase-assembly/target/hbase-3.0.0-SNAPSHOT-src.tar.gz
$ diff -r . /tmp/hbase_cc0b245_src/hbase-3.0.0-SNAPSHOT/
Only in .: .git
Only in .: .gitattributes
Only in .: .gitignore
Only in .: .pylintrc
Only in
/tmp/hbase_cc0b245_src/hbase-3.0.0-SNAPSHOT/hbase-build-support/hbase-error-prone:
target
Only in .: hbase-native-client
Only in /tmp/hbase_cc0b245_src/hbase-3.0.0-SNAPSHOT/hbase-protocol-shaded:
dependency-reduced-pom.xml
{code}
Some of those have been around awhile, some are new-to-me. I think only the
target directory in the hbase-error-prone module is from this patch.
> Add Maven build support module for a custom version of error-prone
> ------------------------------------------------------------------
>
> Key: HBASE-12349
> URL: https://issues.apache.org/jira/browse/HBASE-12349
> Project: HBase
> Issue Type: Sub-task
> Reporter: Andrew Purtell
> Assignee: Mike Drob
> Priority: Blocker
> Fix For: 2.0.0
>
> Attachments: HBASE-12349.patch, HBASE-12349.v2.patch,
> HBASE-12349.v3.patch, HBASE-12349.v4.patch, HBASE-12349.v5.patch
>
>
> Add a new Maven build support module that builds and publishes a custom
> error-prone artifact for use by the rest of the build.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)