[
https://issues.apache.org/jira/browse/HADOOP-10956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14106139#comment-14106139
]
Alejandro Abdelnur commented on HADOOP-10956:
---------------------------------------------
To get the CHANGES.txt, releasenotes.html, NOTICE.txt, README.txt, LICENCE.txt
files, we should do it via assembly descriptors, for example:
{code}
<fileSet>
<useStrictFiltering>true</useStrictFiltering>
<outputDirectory>/</outputDirectory>
<includes>
<include>NOTICE.txt</include>
<include>README.txt</include>
<include>LICENSE.txt</include>
</includes>
</fileSet>
{code}
For the source tarball this should be in:
hadoop-assemblies/src/main/resources/assemblies/hadoop-src.xml
For the binary tarball this should be in the hadoop-dist/pom.xml, in the dist
profile where the run cp calls are done.
> Fix create-release script to include docs in the binary
> -------------------------------------------------------
>
> Key: HADOOP-10956
> URL: https://issues.apache.org/jira/browse/HADOOP-10956
> Project: Hadoop Common
> Issue Type: Bug
> Components: scripts
> Affects Versions: 2.5.0
> Reporter: Karthik Kambatla
> Assignee: Karthik Kambatla
> Priority: Blocker
> Attachments: hadoop-10956-1.patch, hadoop-10956-2.patch
>
>
> The create-release script doesn't include docs in the binary tarball. We
> should fix that.
--
This message was sent by Atlassian JIRA
(v6.2#6252)