[
https://issues.apache.org/jira/browse/HAMA-555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13257354#comment-13257354
]
Edward J. Yoon commented on HAMA-555:
-------------------------------------
seems there was mis-communication. To exclude apidocs from src release, I've
added below code today.
{code}
<fileSet>
<directory>../docs</directory>
<excludes>
<exclude>apidocs</exclude>
</excludes>
<outputDirectory>../hama-${project.version}/docs</outputDirectory>
</fileSet>
{code}
Should I revert this again? then, docs/apidocs will be included.
> Separate bin and src distributions
> ----------------------------------
>
> Key: HAMA-555
> URL: https://issues.apache.org/jira/browse/HAMA-555
> Project: Hama
> Issue Type: Improvement
> Components: build
> Affects Versions: 0.4.0
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Fix For: 0.5.0
>
> Attachments: patch.txt
>
>
> separate bin and src distributions
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira